mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 16:59:30 +00:00
arm/trusted-firmware-a: move patch file to bbappend
TF-A is being patched in the recipe for qemuarm64-secureboot. This should be done in the bbappend. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -6,6 +6,12 @@ COMPATIBLE_MACHINE:qemuarm-secureboot = "qemuarm-secureboot"
|
||||
# arm/aarch32. This is a known testing hole in TF-A.
|
||||
TOOLCHAIN:qemuarm-secureboot = "gcc"
|
||||
|
||||
# Enable passing TOS_FW_CONFIG from FIP package to Trusted OS.
|
||||
FILESEXTRAPATHS:prepend:qemuarm64-secureboot := "${THISDIR}/files:"
|
||||
SRC_URI:append:qemuarm64-secureboot = " \
|
||||
file://0001-Add-spmc_manifest-for-qemu.patch \
|
||||
"
|
||||
|
||||
TFA_PLATFORM:qemuarm64-secureboot = "qemu"
|
||||
TFA_PLATFORM:qemu-generic-arm64 = "qemu_sbsa"
|
||||
TFA_PLATFORM:qemuarm-secureboot = "qemu"
|
||||
|
||||
@@ -3,11 +3,6 @@ require trusted-firmware-a.inc
|
||||
# TF-A v2.9.0
|
||||
SRCREV_tfa = "d3e71ead6ea5bc3555ac90a446efec84ef6c6122"
|
||||
|
||||
# Enable passing TOS_FW_CONFIG from FIP package to Trusted OS.
|
||||
SRC_URI:append:qemuarm64-secureboot = " \
|
||||
file://0001-Add-spmc_manifest-for-qemu.patch \
|
||||
"
|
||||
|
||||
LIC_FILES_CHKSUM += "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde"
|
||||
|
||||
# mbedtls-3.4.0
|
||||
|
||||
Reference in New Issue
Block a user