1
0
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:
Jon Mason
2024-06-04 14:09:49 -04:00
parent a4761c2edc
commit 8d2a45af05
@@ -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"