Skip to content
Pierre Marzin edited this page Mar 20, 2019 · 1 revision

Welcome to the agl-manifest wiki!

Purpose of the tool

Do what 'repo' does not to manage Yocto.

Prerequisites

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

Install

For example, in your /home/devel/xds-workspace: cd /home/devel/xds-workspace git clone https://github.com/iotbzh/agl-manifest

How-to use it

Prepare your workspace

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

Gooo !

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!