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

arm-bsp/trusted-firmware-m: update corstone1000 customisations for 1.4.1 update

This BSP sets an intermediate SHA that is newer than the 1.4.1, but the
branch needs specifying now.

Also remove SRCREV_FORMAT, the PV doesn't include SRCPV so it isn't being used.

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
2021-11-11 16:16:56 +00:00
committed by Jon Mason
parent 164392f905
commit 3523e25699
@@ -13,10 +13,9 @@ INSANE_SKIP:${PN} = "arch"
TFM_PLATFORM_IS_FVP ?= "TRUE"
EXTRA_OECMAKE += "-DPLATFORM_IS_FVP=${TFM_PLATFORM_IS_FVP}"
SRCBRANCH_tfm = "master"
SRCREV_tfm = "ccd82e35f539c0d7261b2935d6d30c550cfc6736"
SRCREV_FORMAT = "tfm_mcuboot_tfm-tests_mbedtls"
# The install task signs the TF-A BL2 and FIP binaries.
# So they need to be copied to the sysroot. Hence the dependencies below:
do_prepare_recipe_sysroot[depends]+= "virtual/trusted-firmware-a:do_populate_sysroot"