mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-07 15:10:09 +00:00
arm-bsp/scp-firmware: correctly set version in TC append
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> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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 = " \
|
||||
|
||||
Reference in New Issue
Block a user