User Tools

Site Tools


agl-distro:source-code

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
Next revision Both sides next revision
agl-distro:source-code [2018/07/06 14:47]
waltminer [Download Latest Stable Release] Update to EE
agl-distro:source-code [2018/07/10 13:53]
jsmoeller Meta-rust no longer used
Line 20: Line 20:
 To download all layers for the for the latest stable release, Electric Eel 5.0.x, as well as [[agl-distro:​release-notes#​electric_eel | release notes]] and more see the [[agl-distro:​release-notes#​electric_eel | Electric Eel Release]] To download all layers for the for the latest stable release, Electric Eel 5.0.x, as well as [[agl-distro:​release-notes#​electric_eel | release notes]] and more see the [[agl-distro:​release-notes#​electric_eel | Electric Eel Release]]
  
-==== Download Latest on Dab Branch ==== +==== Download Latest on Eel Branch ====
 To download all layers on the current ​release ​branch which may be in the midst of testing or changes prior to the next stable release: To download all layers on the current ​release ​branch which may be in the midst of testing or changes prior to the next stable release:
-    $ repo init -b dab -u https://​gerrit.automotivelinux.org/​gerrit/​AGL/​AGL-repo +    $ repo init -b eel -u https://​gerrit.automotivelinux.org/​gerrit/​AGL/​AGL-repo
-    $ repo sync +
-     +
-==== Download Latest on Chinook Branch ====  +
-To download all layers on the current ​release ​branch which may be in the midst of testing or changes prior to the next stable release: +
-    $ repo init -b chinook -u https://​​gerrit.automotivelinux.org/​​gerrit/​​AGL/​​AGL-repo +
     $ repo sync     $ repo sync
 +   
  
 ==== Download previous stable releases ==== ==== Download previous stable releases ====
  
 Repo set up information,​ release notes, and more for previous stable versions of AGL  Repo set up information,​ release notes, and more for previous stable versions of AGL 
 +
 +[[agl-distro:​release-notes#​daring_dab|Daring Dab Releases]]
 +
 +[[agl-distro:​release-notes#​charming_chinook|Charming Chinook Releases]]
  
 [[agl-distro:​release-notes#​brilliant_blowfish|Brilliant Blowfish Releases]] [[agl-distro:​release-notes#​brilliant_blowfish|Brilliant Blowfish Releases]]
Line 90: Line 90:
   - Writing a patch and writing recipe to apply it. [[http://​www.yoctoproject.org/​docs/​current/​kernel-dev/​kernel-dev.html#​modifying-an-existing-recipe| See 2.2. Modifying an Existing Recipe]]   - Writing a patch and writing recipe to apply it. [[http://​www.yoctoproject.org/​docs/​current/​kernel-dev/​kernel-dev.html#​modifying-an-existing-recipe| See 2.2. Modifying an Existing Recipe]]
   - Writing recipe to build modules out of tree [[http://​www.yoctoproject.org/​docs/​current/​kernel-dev/​kernel-dev.html#​working-with-out-of-tree-modules | See 2.5. Working with Out-of-Tree Modules]]   - Writing recipe to build modules out of tree [[http://​www.yoctoproject.org/​docs/​current/​kernel-dev/​kernel-dev.html#​working-with-out-of-tree-modules | See 2.5. Working with Out-of-Tree Modules]]
- 
-===== Troubleshooting ===== 
-Due to a [[https://​github.com/​meta-rust/​meta-rust/​issues/​47 | known bug in the upstream of meta-rust]] the Yocto/OE recipe for rust-cross may fail while building RVI SOTA Client or another application written in the Rust programming language. Until the complete resolution of the issue the workaround is to disable all use of the CXX11 ABI by applying the following lines to **conf/​local.conf**:​ 
- 
-    LD_CXXFLAGS_append = " -D_GLIBCXX_USE_CXX11_ABI=0"​ 
-    TARGET_CXXFLAGS_append = " -D_GLIBCXX_USE_CXX11_ABI=0"​ 
-    CXXFLAGS_append = " -D_GLIBCXX_USE_CXX11_ABI=0"​ 
-    ​ 
-    BUILD_CXXFLAGS_remove_pn-gcc-runtime = "​-D_GLIBCXX_USE_CXX11_ABI=0"​ 
-    TARGET_CXXFLAGS_remove_pn-gcc-runtime = "​-D_GLIBCXX_USE_CXX11_ABI=0"​ 
-    CXXFLAGS_remove_pn-gcc-runtime = "​-D_GLIBCXX_USE_CXX11_ABI=0"​ 
  
 ===== Building AGL for Other Targets ===== ===== Building AGL for Other Targets =====
agl-distro/source-code.txt · Last modified: 2022/09/12 16:22 by baigudin