[3/5] arm-bsp/trusted-firmware-a: explicitly set the full PV for corstone1000

Message ID 20211207181956.900131-3-ross.burton@arm.com
State New
Headers show
Series [1/5] trusted-firmware-a: don't use virtual/trusted-firmware-a | expand

Commit Message

Ross Burton Dec. 7, 2021, 6:19 p.m. UTC
The bbappend is fetching a specific SHA, so explicitly set the PV
to match.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../trusted-firmware-a/trusted-firmware-a-corstone1000.inc    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

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"