User Tools

Site Tools


start:building_for_the_renesas_r-car_m2

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
start:building_for_the_renesas_r-car_m2 [2017/07/28 13:47]
leonanavi
start:building_for_the_renesas_r-car_m2 [2019/11/26 16:08]
jsmoeller removed
Line 3: Line 3:
 ====== Download AGL Source Code ====== ====== Download AGL Source Code ======
  
-The AGL source code and Yocto layers are maintained on the AGL Gerrit server. For information on how to create accounts for gerrit see Getting Started with AGL.+The AGL source code and Yocto layers are maintained on the AGL Gerrit server.\\ 
 +For information on how to create accounts for gerrit see [[https://​wiki.automotivelinux.org/​start/​getting-started|Getting Started with AGL]]. 
 + 
 +===== Setting up the build environment ===== 
 + 
 +In the following, your top level directory is noted as “AGL_TOP”.\\ 
 +For example, we will set AGL_TOP to point to a directory “$HOME/​workspace_agl”:​ 
 + 
 +<code bash> 
 +export AGL_TOP=$HOME/​workspace_agl 
 +mkdir -p $AGL_TOP 
 +</​code>​ 
  
 ===== Prepare Repo Tool ===== ===== Prepare Repo Tool =====
Line 33: Line 45:
 repo sync repo sync
 </​code>​ </​code>​
-===== Download Master Branch ​=====+==== Download Master Branch ====
  
 To download all code from master: To download all code from master:
  
-<​code>​+<​code ​bash> 
 +cd $AGL_TOP
 repo init -u https://​gerrit.automotivelinux.org/​gerrit/​AGL/​AGL-repo repo init -u https://​gerrit.automotivelinux.org/​gerrit/​AGL/​AGL-repo
 repo sync repo sync