Message ID | 20220318111147.417622-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/scp-firmware: correctly set version in TC append | expand |
On Fri, 18 Mar 2022 11:11:47 +0000, Ross Burton wrote: > Set PV to 2.9.0+git instead of 2.9+git so the version comparisons are > reliable. Applied, thanks! [1/1] arm-bsp/scp-firmware: correctly set version in TC append commit: 15e3e0daf62781776ff318e5b9aca9232c40798f Best regards,
diff --git a/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-tc.inc b/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-tc.inc index 7b304322..08bdfb28 100644 --- a/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-tc.inc +++ b/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-tc.inc @@ -3,7 +3,7 @@ # Intermediate SHA with 2.9 baseline version # This has support for SCP features MPMM/POWER/PERFORMANCE for TC0 SRCREV = "027b567fde5e3767fb1678bda28cf59fa7aac06d" -PV = "2.9+git${SRCPV}" +PV = "2.9.0+git${SRCPV}" FILESEXTRAPATHS:prepend := "${THISDIR}/files/tc:" SRC_URI:append:tc = " \
Set PV to 2.9.0+git instead of 2.9+git so the version comparisons are reliable. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-tc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)