diff mbox series

[4/5] arm/linux-yocto: remove 5.15 bbappend

Message ID 20230525200602.3277592-4-jon.mason@arm.com
State New
Headers show
Series [1/5] CI: move FVP license auto-accept to fvp.yml | expand

Commit Message

Jon Mason May 25, 2023, 8:06 p.m. UTC
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm/recipes-kernel/linux/linux-yocto_5.15%.bbappend | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 meta-arm/recipes-kernel/linux/linux-yocto_5.15%.bbappend
diff mbox series

Patch

diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_5.15%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_5.15%.bbappend
deleted file mode 100644
index 9a18dd8a..00000000
--- a/meta-arm/recipes-kernel/linux/linux-yocto_5.15%.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@ 
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.15:"
-
-SRC_URI:append:qemuarm64-secureboot = " \
-    file://skip-unavailable-memory.patch \
-    "
-
-FFA_TEE_INCLUDE = "${@bb.utils.contains('MACHINE_FEATURES', 'arm-ffa', 'arm-ffa-5.15.inc', '' , d)}"
-require ${FFA_TEE_INCLUDE}