1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

arm/trusted-firmware-m: apply local patches in the git version

When the git version of this recipe was created, the application of local
patches was left out.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2025-12-15 18:00:50 +00:00
committed by Jon Mason
parent fd4fa45a08
commit 1589336148

View File

@@ -62,3 +62,15 @@ SRCREV_t-cose = "3076010eeb6383f0827bd992c75b68af9311cf1d"
SRCREV_FORMAT = "tfm"
S = "${UNPACKDIR}/tfm"
# Apply patches
inherit apply_local_src_patches
LOCAL_SRC_PATCHES_INPUT_DIR = "N/A"
do_apply_local_src_patches() {
apply_local_src_patches ${S}/lib/ext/qcbor ${UNPACKDIR}/qcbor
apply_local_src_patches ${S}/lib/ext/mbedcrypto ${UNPACKDIR}/mbedtls
apply_local_src_patches ${S}/lib/ext/mcuboot ${UNPACKDIR}/mcuboot
apply_local_src_patches ${S}/lib/ext/tf-m-tests ${UNPACKDIR}/tf-m-tests
apply_local_src_patches ${S}/lib/ext/t_cose ${UNPACKDIR}/t_cose
}