Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Build step

※meta-agl-basesystem layer contribution hasn't merged to master branch yet as of 8/Dec/2020. 

Get AGL recipe


Get AGL recipe

$ cd ~/
$ mkdir master
$ cd master
$ repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
$ repo sync

Change the branch to build

Change the branch

$ cd meta-agl-devel
$ git checkout master

Run bitbake

Run bitbake

$ cd ..
$ source meta-agl/scripts/aglsetup.sh -f -m qemux86-64 -b build agl-demo agl-basesystem
$ bitbake packagegroup-agl-basesystem

(Reference memo)

※We need it in the future. 

Launch QEMU

Launch QEMU

$ cd ../external/poky
$ ln -s ../../build build
$ source oe-init-build-env
$ runqemu qemux86-64



  • No labels