diff mbox series

[v2] linux-yocto: Add bbappend for 5.19

Message ID 20220912075447.3554798-1-raj.khem@gmail.com
State New
Headers show
Series [v2] linux-yocto: Add bbappend for 5.19 | expand

Commit Message

Khem Raj Sept. 12, 2022, 7:54 a.m. UTC
Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Enable arm-ffa-transport.cfg directly for arm/arm64 qemu only

 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

Comments

Anton Antonov Sept. 12, 2022, 2:15 p.m. UTC | #1
Hi Khem,

Why do we need arm-ffa-transport on all qemu machines unconditionally?

Anton
diff mbox series

Patch

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 0000000..7dec2f5
--- /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 \
+"