mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/trusted-firmware-m: add upstream tag regex
So that the automatic latest upstream release detection works correctly, specify what release tags look like. Change-Id: I8e028b9457719a462f2028daca028714b80fad63 Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -28,6 +28,8 @@ SRCREV_tfm = "0768982ea41b5e7d207445f19ee23e5d67d9c89b"
|
||||
SRCREV_mbed-crypto = "1146b4e06011b69a6437e6b728f2af043a06ec19"
|
||||
SRCREV_cmsis = "5.5.0"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^TF-Mv(?P<pver>\d+(\.\d+)+)$"
|
||||
|
||||
# Note to future readers of this recipe: until the CMakeLists don't abuse
|
||||
# installation (see do_install) there is no point in trying to inherit
|
||||
# cmake here. You can easily short-circuit the toolchain but the install
|
||||
|
||||
Reference in New Issue
Block a user