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

arm/trusted-firmware-a: Fix v2.4 recipe

The previous patch didn't have the necessary space when doing an
append.  Luckily, the include file append before this one had an extra
space.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-07-11 11:13:17 -04:00
parent b1e01a2ced
commit 1f815d6e9a
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ LIC_FILES_CHKSUM_append = "${@bb.utils.contains('TFA_MBEDTLS', '1', ' ${LIC_FILE
SRCREV_FORMAT_append = "${@bb.utils.contains('TFA_MBEDTLS', '1', '_mbedtls', '', d)}"
SRC_URI_append = " \
file://0002-pmf.h-made-PMF_STOTE_ENABLE-pass-Wtautological.patch \
file://0002-pmf.h-made-PMF_STOTE_ENABLE-pass-Wtautological.patch \
"
# U-boot support (set TFA_UBOOT to 1 to activate)

View File

@@ -14,4 +14,4 @@ SRCREV_mbedtls = "523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8"
LIC_FILES_CHKSUM_MBEDTLS = "file://mbedtls/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI_append = "file://0003-xlat-tables-v2-remove-tautological-assert.patch"
SRC_URI_append = " file://0003-xlat-tables-v2-remove-tautological-assert.patch"