From 3523e25699e4210b3086bf04a4c6ca166a6d18e1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 11 Nov 2021 16:16:56 +0000 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- .../trusted-firmware-m/trusted-firmware-m-corstone1000.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc index 997859cf..ae28dd7e 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc @@ -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"