1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm/edk2-firmware: add upstream tag regex

So that the automatic latest upstream release detection works correctly,
specify what release tags look like.

Change-Id: I1226290c223d18b776efffeccd48d291755d01a1
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2020-12-11 13:28:37 +00:00
parent 98014d1c1c
commit eea9ce959a
@@ -21,6 +21,7 @@ SRC_URI = "\
"
SRCREV_FORMAT = "edk2_edk2-platforms"
UPSTREAM_CHECK_GITTAGREGEX = "^edk2-stable(?P<pver>\d+)$"
EDK2_BUILD_RELEASE ?= "1"
EDK2_PLATFORM ?= "ArmVirtQemu-AARCH64"