Remove Raspberry Pi 3 support
[AGL/meta-agl.git] / templates / feature / agl-sota / 50_setup.sh
1
2 cat <<EOF >> ${BUILDDIR}/conf/bblayers.conf
3
4 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
5 # fragment {
6 # ${METADIR}/meta-agl/templates/feature/agl-sota/50_setup.sh
7 #
8 EOF
9
10 case ${MACHINE} in
11         "qemux86-64")
12           echo "BBLAYERS =+ \"\${METADIR}/external/meta-updater-qemux86-64\"" >> ${BUILDDIR}/conf/bblayers.conf;;
13         "raspberrypi4")
14           echo "BBLAYERS =+ \"\${METADIR}/external/meta-updater-raspberrypi\"" >> ${BUILDDIR}/conf/bblayers.conf;;
15         *)
16           echo "#No extra SOTA feature layer for MACHINE ${MACHINE}" >> ${BUILDDIR}/conf/bblayers.conf;;
17 esac
18
19
20 cat <<EOF >> ${BUILDDIR}/conf/bblayers.conf
21
22 #
23 # }
24 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
25
26 EOF