From 75ccc7847d8af5bfff4d6261a49530bb571d1a12 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 21 Sep 2022 17:54:08 -0700 Subject: [PATCH] linux-yocto: Add bbappend for 5.19 Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default Signed-off-by: Khem Raj Signed-off-by: Jon Mason --- meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create 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 new file mode 100644 index 00000000..7dec2f5c --- /dev/null +++ b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend @@ -0,0 +1,9 @@ +# 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 \ +"