Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
agl [2019/04/08 17:22] – [Install repo] rpjdayagl [2019/04/08 17:49] (current) – [aglsetup.sh] rpjday
Line 7: Line 7:
   * [[https://wiki.automotivelinux.org/start|AGL home page]]   * [[https://wiki.automotivelinux.org/start|AGL home page]]
   * [[https://wiki.automotivelinux.org/agl-distro/source-code|Download and build]]   * [[https://wiki.automotivelinux.org/agl-distro/source-code|Download and build]]
 +  * [[https://github.com/openivimobility|GitHub OpenIVI Mobility]]
  
 ===== Sample config and build ===== ===== Sample config and build =====
Line 18: Line 19:
 $ chmod a+x ~/bin/repo $ chmod a+x ~/bin/repo
 </code> </code>
 +
 +==== Download ====
 +
 +Depending on which release and branch you want, choose some variation:
 +
 +<code>
 +$ repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
 +$ repo init -b flounder [-m flounder_6.0.0.xml] -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
 +</code>
 +
 +after which:
 +
 +<code>
 +$ repo sync
 +</code>
 +
 +==== Manifest files ====
 +
 +After initialization, you'll find:
 +
 +<code>
 +drwxrwxr-x.  3 rpjday rpjday 4096 Apr  8 13:28 manifests
 +drwxrwxr-x. 10 rpjday rpjday 4096 Apr  8 13:25 manifests.git
 +lrwxrwxrwx.  1 rpjday rpjday   21 Apr  8 13:25 manifest.xml -> manifests/default.xml
 +drwxrwxr-x.  7 rpjday rpjday 4096 Apr  8 13:25 repo
 +</code>
 +
 +where ''manifests/'' will contain:
 +
 +<code>
 +blowfish_1.9.8.xml  chinook_3.0.4.xml     eel_4.99.4.xml       flounder_6.0.1.xml
 +blowfish_2.0.0.xml  chinook_3.0.5.xml     eel_4.99.5.xml       flounder_6.0.2.xml
 +blowfish_2.0.1.xml  dab_3.99.1.xml        eel_5.0.0.xml        flounder_6.0.3.xml
 +blowfish_2.0.2.xml  dab_3.99.2.xml        eel_5.0.1.xml        flounder_6.0.4.xml
 +blowfish_2.0.3.xml  dab_3.99.3.xml        eel_5.0.2.xml        guppy_6.90.0.xml
 +blowfish_2.0.4.xml  dab_4.0.0.xml         eel_5.0.3.xml        guppy_6.99.1.xml
 +blowfish_2.0.5.xml  dab_4.0.1.xml         flounder_5.99.1.xml  guppy_6.99.2.xml
 +chinook_2.99.1.xml  dab_4.0.2.xml         flounder_5.99.2.xml  guppy_6.99.3.xml
 +chinook_2.99.2.xml  dab_4.0.3.xml         flounder_5.99.3.xml  guppy_6.99.4.xml
 +chinook_2.99.3.xml  default-floating.xml  flounder_5.99.4.xml  guppy_6.99.5.xml
 +chinook_3.0.0.xml   default.xml           flounder_5.99.5.xml  guppy_7.0.0.xml
 +chinook_3.0.1.xml   eel_4.99.1.xml        flounder_5.99.6.xml  halibut_7.90.0.xml
 +chinook_3.0.2.xml   eel_4.99.2.xml        flounder_5.99.7.xml
 +chinook_3.0.3.xml   eel_4.99.3.xml        flounder_6.0.0.xml
 +</code>
 +
 +===== aglsetup.sh =====
 +
 +<code>
 +$ . meta-agl/scripts/aglsetup.sh 
 +------------ aglsetup.sh: Starting
 +Generating configuration files:
 +   Build dir: /home/rpjday/AGL/build
 +   Machine: qemux86-64
 +   Features: 
 +   Running /home/rpjday/AGL/poky/oe-init-build-env
 +   Templates dir: /home/rpjday/AGL/meta-agl/templates/base
 +   Config: /home/rpjday/AGL/build/conf/bblayers.conf
 +   Config: /home/rpjday/AGL/build/conf/local.conf
 +   Setup script: /home/rpjday/AGL/build/conf/setup.sh
 +   Executing setup script ... --- beginning of setup script
 +--- fragment /home/rpjday/AGL/meta-agl/templates/base/01_setup_EULAfunc.sh
 +--- fragment /home/rpjday/AGL/meta-agl/templates/base/01_setup_pkg_revision.sh
 +--- fragment /home/rpjday/AGL/meta-agl/templates/base/99_setup_EULAconf.sh
 +--- end of setup script
 +OK
 +Generating setup manifest: /home/rpjday/AGL/build/aglsetup.manifest ... OK
 +Generating setup file: /home/rpjday/AGL/build/agl-init-build-env ... OK
 +------------ aglsetup.sh: Done
 +Common targets are:
 +  - meta-agl:          (core system)
 +    agl-image-minimal
 +    agl-image-minimal-qa
 +    
 +    agl-image-ivi
 +    agl-image-ivi-qa
 +    agl-image-ivi-crosssdk
 +    
 +    agl-image-weston
 +
 +  - meta-agl-demo:     (demo with UI)
 +    agl-demo-platform  (* default demo target)
 +    agl-demo-platform-qa
 +    agl-demo-platform-crosssdk
 +    
 +    agl-demo-platform-html5
 +$
 +</code>
 +
 +
  • agl.1554744162.txt.gz
  • Last modified: 2019/04/08 17:22
  • by rpjday