X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=templates%2Ffeature%2Fagl-sota%2F50_setup.sh;h=76cb016f223548a29048b87673a8e7c01753ed6f;hb=4ce5e70c2b1dfec15127dd7b4ea7bed8dfdf3271;hp=f209b94428cc986dab14caa2bae0c5a93e3b6104;hpb=2b15f731d81ba7923e436036688656d639ecfe09;p=AGL%2Fmeta-agl.git diff --git a/templates/feature/agl-sota/50_setup.sh b/templates/feature/agl-sota/50_setup.sh index f209b9442..76cb016f2 100644 --- a/templates/feature/agl-sota/50_setup.sh +++ b/templates/feature/agl-sota/50_setup.sh @@ -10,7 +10,7 @@ EOF case ${MACHINE} in "qemux86-64") echo "BBLAYERS =+ \"\${METADIR}/external/meta-updater-qemux86-64\"" >> ${BUILDDIR}/conf/bblayers.conf;; - "raspberrypi3" | "raspberrypi4") + "raspberrypi4") echo "BBLAYERS =+ \"\${METADIR}/external/meta-updater-raspberrypi\"" >> ${BUILDDIR}/conf/bblayers.conf;; *) echo "#No extra SOTA feature layer for MACHINE ${MACHINE}" >> ${BUILDDIR}/conf/bblayers.conf;;