From 0617555fa5ead9bc1ab07b5a4de17e6c3da16f95 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 8 Feb 2023 13:33:53 +0000 Subject: [PATCH] arm/linux-yocto: remove obsolete 5.19 bbappend This bbappend is only used by qemuarm*, which now use 6.1, so this can be removed. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend deleted file mode 100644 index 7dec2f5c..00000000 --- a/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -# enable arm_ffa regardless on 5.19 -SRC_URI:append:qemuarm = " \ - file://tee.cfg \ - file://arm-ffa-transport.cfg \ -" -SRC_URI:append:qemuarm64 = " \ - file://tee.cfg \ - file://arm-ffa-transport.cfg \ -"