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 Both sides next revision
start:building_for_the_renesas_r-car_m2 [2017/07/28 13:47]
leonanavi
start:building_for_the_renesas_r-car_m2 [2017/07/28 13:49]
leonanavi
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 =====