meta-agl-bsp: remove Raspberry Pi bootfiles.bbappend
authorScott Murray <scott.murray@konsulko.com>
Mon, 8 Mar 2021 21:37:22 +0000 (16:37 -0500)
committerScott Murray <scott.murray@konsulko.com>
Wed, 30 Mar 2022 18:06:10 +0000 (14:06 -0400)
Upstream have renamed their bootfiles recipe to rpi-bootfiles,
but since AGL has dropped meta-updater support just remove the
bbappend, and also remove a related sota override in the bbappend
for rpi-config.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Id03780ecf10c4f9e6de6d9b71d0d5cf3e0144eed

meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bootfiles.bbappend [deleted file]
meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend

diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bootfiles.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bootfiles.bbappend
deleted file mode 100644 (file)
index 59bc5a7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-RDEPENDS:${PN}:append:sota += " u-boot-otascript"
index 4492a91..2486236 100644 (file)
@@ -44,7 +44,3 @@ do_deploy:append:raspberrypi4() {
     echo -e "\n[pi4]" >> ${DEPLOYDIR}/bootfiles/config.txt
     echo "max_framebuffers=2" >> ${DEPLOYDIR}/bootfiles/config.txt
 }
-
-do_deploy:append:sota() {
-    echo "device_tree_address=0x0c800000" >> ${DEPLOYDIR}/bootfiles/config.txt
-}