mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 14:30:10 +00:00
arm/optee: add UPSTREAM_CHECK_COMMITS for git recipes
Seeing UNKNOWN_BROKEN in the OP-TEE git recipes. Add UPSTREAM_CHECK_COMMITS to address this issue. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -3,6 +3,7 @@ require recipes-security/optee/optee-client.inc
|
||||
# v4.9.0
|
||||
SRCREV = "9f5e90918093c1d1cd264d8149081b64ab7ba672"
|
||||
PV .= "+git"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
# Not a release recipe, try our hardest to not pull this in implicitly
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
@@ -3,6 +3,7 @@ require recipes-security/optee/optee-examples.inc
|
||||
# v4.8.0
|
||||
SRCREV = "3ef17eb1f309def91113637f95f67613b1d89119"
|
||||
PV .= "+git"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
# Not a release recipe, try our hardest to not pull this in implicitly
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
require recipes-security/optee/optee-os_${PV}.bb
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
SUMMARY = "OP-TEE Trusted OS TA devkit"
|
||||
DESCRIPTION = "OP-TEE TA devkit for build TAs"
|
||||
|
||||
@@ -5,6 +5,7 @@ DEPENDS += "dtc-native"
|
||||
# v4.8.0
|
||||
SRCREV = "86660925433a8d4d1b19cfa5fe940081d77b34b4"
|
||||
PV .= "+git"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
# Not a release recipe, try our hardest to not pull this in implicitly
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
@@ -3,6 +3,7 @@ require recipes-security/optee/optee-test.inc
|
||||
# v4.8.0
|
||||
SRCREV = "6569cd7b13e1b37b37069e090d592adca7d3926d"
|
||||
PV .= "+git"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a8fa504109e4cd7ea575bc49ea4be560 \
|
||||
file://LICENSE-BSD;md5=dca16d6efa93b55d0fd662ae5cd6feeb \
|
||||
|
||||
Reference in New Issue
Block a user