X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F0_Getting_Started%2F2_Building_AGL_Image%2F5_3_RCar_Gen_3.md;h=e5da6984626d3abd4c328059a200ccfc180a2225;hb=refs%2Ftags%2Fneedlefish_14.0.0;hp=87a88e95653936cf79f8021e2c958b43afda13c5;hpb=3107d54f183e8110b30bd937f09c60343284e909;p=AGL%2Fdocumentation.git diff --git a/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md b/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md index 87a88e9..e5da698 100644 --- a/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md +++ b/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md @@ -1,4 +1,4 @@ ---- +--- title: Building for Supported Renesas Boards --- @@ -65,7 +65,7 @@ Follow these steps to download the drivers you need: | AGL Version | Renesas version | |:-:|:-:| - | AGL master | 5.5.0 | + | AGL needlefish | 5.9.0 | 3. **Download the Files:** @@ -187,9 +187,9 @@ source meta-agl/scripts/aglsetup.sh -m $MACHINE -b build agl-devel agl-demo To avoid useless download and rebuild, it's important to set the variable DL_DIR and SSTATE_DIR in your configuration. ```sh -echo '# reuse download directories' >> $AGL_TOP/site.conf -echo 'DL_DIR = "$HOME/downloads/"' >> $AGL_TOP/site.conf -echo 'SSTATE_DIR = "$AGL_TOP/sstate-cache/"' >> $AGL_TOP/site.conf +echo "# reuse download directories" >> $AGL_TOP/site.conf +echo "DL_DIR = \"$HOME/downloads/\"" >> $AGL_TOP/site.conf +echo "SSTATE_DIR = \"$AGL_TOP/sstate-cache/\"" >> $AGL_TOP/site.conf ln -sf $AGL_TOP/site.conf conf/ ```