mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-04 14:10:01 +00:00
arm/arm-tstee: add UPSTREAM_CHECK
Add UPSTREAM_CHECK_GITTAGREGEX to allow devtool to check for the latest version Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -12,6 +12,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
# Tag tee-v2.0.0
|
||||
SRCREV = "a2d7349a96c3b3afb44bf1555d53f1c46e45a23d"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^tee-v(?P<pver>\d+(\.\d+)+)$"
|
||||
|
||||
COMPATIBLE_HOST = "(arm|aarch64).*-linux"
|
||||
KERNEL_MODULE_AUTOLOAD += "arm-tstee"
|
||||
|
||||
Reference in New Issue
Block a user