Build step
※Basesystem commit hasn't merged yet as of 30/Oct/2020.
※After being merged, to build the software can be done by this step.
Get AGL recipe
Get AGL recipe
|
Change the branch to build
Prepair for agl-pipewire not to fail to build
|
Change the branch
|
Move tmpdir
|
Run bitbake
Run bitbake
|
Launch QEMU
Launch QEMU
|
(old)
How to build for Base System
0 Preparing Build
$sudo apt-get install libxml-xpath-perl
1 Download the following files in any dirctory$git clone -b sandbox/ToshikazuOhiwa/master https://gerrit.automotivelinux.org/gerrit/staging/toyota.git
2.Build
2.1 Case of all build of "agl-basesystem"
$cd toyota
$source meta-agl/scripts/aglsetup.sh -f -m qemux86-64 -b build agl-demo agl-basesystem
$bitbake agl-demo-platform2.2 Case of each build of unit
ex. case of ns_framewordunified
$cd toyota
$source meta-agl/scripts/aglsetup.sh -f -m qemux86-64 -b build agl-demo ns-frameworkunified
$bitbake agl-demo-platform2.3 Make SDK
$cd toyota
$source meta-agl/scripts/aglsetup.sh -f -m qemux86-64 -b build agl-demo agl-basesystem
$bitbake agl-demo-platform-crosssdk
3. Run for qemu (only case of all build of "agl-basesystem"){HOME}/toyota/build$ cd ../external/poky
{HOME}/toyota/external/poky$ ln -s ../../build build
{HOME}/toyota/external/poky$ source oe-init-build-env
{HOME}/toyota/build$ runqemu qemux86-64 nographic
$logon user : rootDocuments
Base System External Specifications
アベムツミ