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 12 Next »

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

$ cd ~/
$ mkdir icefish_9_0_1
$ cd icefish_9_0_1
$ repo init -b icefish -m icefish_9.0.1.xml -u http://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
$ repo sync

Change the branch to build


Prepair for agl-pipewire not to fail to build

$ mkdir tmpdir
$ mkdir tmpdir/agl-pipewire
$ cp -r meta-agl-devel/templates/feature/agl-pipewire/* tmpdir/agl-pipewire


Change the branch

$ cd meta-agl-devel
$ git checkout master


Move tmpdir

$ mv ../tmpdir/agl-pipewire templates/feature/ 


Run bitbake

Run bitbake

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

Launch QEMU

Launch QEMU

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


(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-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


  • Documents

  • Base System External Specifications

  • アベムツミ




  • No labels