summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-sota
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-06-12 17:22:13 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-06-16 08:23:23 +0000
commit63a4f7d56af11891aa8ce6a2d0171e3727aaa7be (patch)
tree15cb79beed4fc569059a5c2beb4cffdf05b666b5 /templates/feature/agl-sota
parent042f81bc917fe0d1b13b3fb4a48806ea91a1ef32 (diff)
Remove Raspberry Pi 3 support
The raspberrypi3 machine template had only been retained to allow anyone interested in using one with a telematics or cluster demo image build to do so. At this point the Pi 4 has been out long enough that that seems no longer necessary, so removing the support to avoid confusion and reduce clutter seems warranted. Bug-AGL: SPEC-3985 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib3770ba03771aff468f94d5bf6f2910fc01f7ee0 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26429 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature/agl-sota')
-rw-r--r--templates/feature/agl-sota/50_setup.sh2
1 files changed, 1 insertions, 1 deletions
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;;