1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 17:19:39 +00:00

arm/trusted-firmware-a: move SRCREV_FORMAT to common include

Instead of every versioned recipe setting this, move it to the common
include.

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
2021-12-07 18:19:53 +00:00
committed by Jon Mason
parent 0813344225
commit 8fb3c6c645
2 changed files with 2 additions and 3 deletions
@@ -9,6 +9,8 @@ SRC_URI = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=ht
file://ssl.patch"
UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$"
SRCREV_FORMAT = "tfa"
COMPATIBLE_MACHINE ?= "invalid"
# Platform must be set for each machine
@@ -1,8 +1,5 @@
require trusted-firmware-a.inc
# Use TF-A for version
SRCREV_FORMAT = "tfa"
# TF-A v2.5
SRCREV_tfa = "1e13c500a0351ac4b55d09a63f7008e2438550f8"