mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-06 16:48:54 +00:00
arm/trusted-firmware-a: add upstream tag regex
So that the automatic latest upstream release detection works correctly, specify what release tags look like. Change-Id: Ie53e82fffe5392d8e6f8d530d9f4ed732f03b50f Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -8,6 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
inherit deploy
|
||||
|
||||
SRC_URI = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$"
|
||||
|
||||
COMPATIBLE_MACHINE ?= "invalid"
|
||||
COMPATIBLE_MACHINE_qemuarm64 ?= "qemuarm64"
|
||||
|
||||
Reference in New Issue
Block a user