diff mbox series

linux-yocto: Add bbappend for 5.19

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

Commit Message

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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

Jon Mason Sept. 23, 2022, 3:31 p.m. UTC | #1
On Mon, 12 Sep 2022 00:46:47 -0700, Khem Raj wrote:
> Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default

Applied, thanks!

[1/1] linux-yocto: Add bbappend for 5.19
      commit: 75ccc7847d8af5bfff4d6261a49530bb571d1a12

Best regards,
Jon Mason Sept. 28, 2022, 1:42 p.m. UTC | #2
On Mon, 12 Sep 2022 00:46:47 -0700, Khem Raj wrote:
> Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default

Applied, thanks!

[1/1] linux-yocto: Add bbappend for 5.19
      commit: 75ccc7847d8af5bfff4d6261a49530bb571d1a12

Best regards,
Jon Mason Sept. 29, 2022, 6:56 p.m. UTC | #3
On Mon, 12 Sep 2022 00:46:47 -0700, Khem Raj wrote:
> Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default

Applied, thanks!

[1/1] linux-yocto: Add bbappend for 5.19
      commit: 75ccc7847d8af5bfff4d6261a49530bb571d1a12

Best regards,
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..29c6a08
--- /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 \
+"
+SRC_URI:append:qemuarm64 = " \
+    file://tee.cfg \
+"
+require arm-ffa-transport.inc
+