1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 14:30:10 +00:00

arm/psa-arch-tests: set PV correctly

Don't use SRCREV in the PV, but use SRCPV as this truncates the SHA.

Also bump to 1.2+git, as the psa-arch-tests project does tag releases.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-01-24 16:29:47 +00:00
committed by Jon Mason
parent 1fbdea98ce
commit ed737688f2
@@ -8,7 +8,7 @@ SRC_URI:append = " ${SRC_URI_PSA}"
SRCREV_FORMAT="ts_psa"
SRCREV_psa = "6e1549dde62d12c92fc2df90ebbbe2d2d77cc76a"
PV = "0.0+git${SRCREV_psa}"
PV = "1.2+git${SRCPV}"
PSA_APPLICATION_NAME = "psa-api-test"
TS_ENVIRONMENT_LINUX = "arm-linux"