Update github.com git:// SRC_URIs
[AGL/meta-agl.git] / templates / feature / agl-sota / 50_setup.sh
index c5aeb53..76cb016 100644 (file)
@@ -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