diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-03-08 16:37:22 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:06:10 -0400 |
commit | d956b965a62ded8ed117f03c153cd707b0d32ce0 (patch) | |
tree | b81c9815347c7a3f29ff08f1d91d24daaa03283d /meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bootfiles.bbappend | |
parent | f8e4906de8e21b9affb9f901527d587eb31b68ff (diff) |
meta-agl-bsp: remove Raspberry Pi bootfiles.bbappend
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
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bootfiles.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bootfiles.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
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 index 59bc5a741..000000000 --- a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bootfiles.bbappend +++ /dev/null @@ -1 +0,0 @@ -RDEPENDS:${PN}:append:sota += " u-boot-otascript" |