X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2F0_Getting_Started%2F2_Building_AGL_Image%2F5_3_RCar_Gen_3.md;fp=docs%2F0_Getting_Started%2F2_Building_AGL_Image%2F5_3_RCar_Gen_3.md;h=33fc50a393c2e3fed772a0b69967aac78c8cbe17;hb=b833306fa26009218ecc9d48114ec61707ddb9e1;hp=b7f6cd0eba0c2d114b488d727e627b1a84b5f269;hpb=a66a5bf5e32b755e0c6a50843492f30b6cc79bd8;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 b7f6cd0..33fc50a 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 @@ -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/ ```