Message ID | 20211216101809.3239859-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/trusted-firmware-m: update CS1K bbappend for TF-M 1.5.0, again | expand |
On Thu, 16 Dec 2021 10:18:09 +0000, Ross Burton wrote: > Remove the explicit SRCREV_mcuboot as this is the same as the 1.5.0 > recipe. > > Applied, thanks! [1/1] arm-bsp/trusted-firmware-m: update CS1K bbappend for TF-M 1.5.0, again commit: 1c3c71694ea4f9ab6c325df74b8f446d44eff2d7 Best regards,
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.
Remove the explicit SRCREV_mcuboot as this is the same as the 1.5.0 recipe. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../trusted-firmware-m/trusted-firmware-m-corstone1000.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)