From 1c3c71694ea4f9ab6c325df74b8f446d44eff2d7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 16 Dec 2021 10:18:09 +0000 Subject: [PATCH] arm-bsp/trusted-firmware-m: update CS1K bbappend for TF-M 1.5.0, again Remove the explicit SRCREV_mcuboot as this is the same as the 1.5.0 recipe. Signed-off-by: Ross Burton --- .../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 cd6a2249..f37cf33d 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 @@ -10,9 +10,8 @@ EXTRA_OECMAKE += "-DPLATFORM_IS_FVP=${TFM_PLATFORM_IS_FVP}" SRCBRANCH_tfm = "master" SRCREV_tfm = "ca8c634a3dc15b42d41655a14e512b642320893a" -SRCREV_mcuboot = "29099e1d17f93ae1d09fe945ad191b703aacd3d8" -PV = "1.5+git${SRCREV_tfm}" +PV = "1.5.0+git${SRCREV_tfm}" SRCREV_FORMAT = "tfm_mcuboot_tfm-tests_mbedtls" # The install task signs the TF-A BL2 and FIP binaries.