X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=templates%2Ffeature%2Fagl-sota%2F50_setup.sh;h=76cb016f223548a29048b87673a8e7c01753ed6f;hb=355db554424ad14115029c31c676d731aa3c95d8;hp=c5aeb532d530b0eded0b0aea1f548de2636a7165;hpb=df4ed283e18f3dfe9f42f0012b12cb0af57bcdbb;p=AGL%2Fmeta-agl.git diff --git a/templates/feature/agl-sota/50_setup.sh b/templates/feature/agl-sota/50_setup.sh index c5aeb532d..76cb016f2 100644 --- a/templates/feature/agl-sota/50_setup.sh +++ b/templates/feature/agl-sota/50_setup.sh @@ -10,6 +10,8 @@ EOF case ${MACHINE} in "qemux86-64") echo "BBLAYERS =+ \"\${METADIR}/external/meta-updater-qemux86-64\"" >> ${BUILDDIR}/conf/bblayers.conf;; + "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;; esac