-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Pierre Marzin edited this page Mar 20, 2019
·
1 revision
Do what 'repo' does not to manage Yocto.
Get the renesas firmware binaries from the git repo and put it in your mirror folder. Example:
cd /home/devel/mirror git clone http://git.ovh.iot/renesas/proprietary-renesas-r-car.git
For example, in your /home/devel/xds-workspace:
cd /home/devel/xds-workspace git clone https://github.com/iotbzh/agl-manifest
In the agl-manifest you have to use the prepare_meta
script in order to prepare your workspace for the build you want to start.
Here is an example to prepare a build of iotbzh AGL for m3uclb board.
./prepare_meta -f iotbzh -o ~/xds-workspace -t m3ulcb -p /home/devel/mirror/proprietary-renesas-r-car/ -e keepcache -e wipeconfig agl-devel agl-netboot agl-demo agl-ptest agl-demo-nopulseaudio
. /home/devel/xds-workspace/build/m3ulcb/agl-init-build-env
In the build directory (where the agl-init-build-env put you in), launch to command bellow: bitbake agl-demo-platform-crosssdk
And wait...
First build could take 8h to complete!