From 377f6a08cfbfc05033e1b4029675337e43624859 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 7 Dec 2021 18:19:54 +0000 Subject: [PATCH] arm-bsp/trusted-firmware-a: explicitly set the full PV for corstone1000 The bbappend is fetching a specific SHA, so explicitly set the PV to match. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../trusted-firmware-a/trusted-firmware-a-corstone1000.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc index 970a1cee..1a5bdd0c 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc @@ -4,9 +4,9 @@ COMPATIBLE_MACHINE = "(corstone1000)" SRC_URI = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" -# TF-A master branch with all Corstone1000 patches merged +# TF-A master branch post 2.5 with all Corstone1000 patches merged SRCREV_tfa = "459b24451a0829460783ce8dfa15561e36d901d8" -PV .= "+git${SRCREV_tfa}" +PV = "2.5+git${SRCPV}" LIC_FILES_CHKSUM="file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde file://mbedtls/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"