1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

linux-yocto: Add bbappend for 5.19

Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Khem Raj
2022-09-21 17:54:08 -07:00
committed by Jon Mason
parent be8890bb03
commit 75ccc7847d
@@ -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 \
"