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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user