This document show how to build for Toyota Code. 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-platform 2.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-platform 2.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 : root