1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

arm: use UPSTREAM_CHECK_COMMITS for git versioned recipes

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-03-28 16:12:06 -04:00
parent 7163b472ab
commit 8d308aac02
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ DEPENDS += "ninja-native"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d"
UPSTREAM_CHECK_COMMITS = "1"
SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \
file://0001-Replace-lstat64-stat64-functions-on-linux.patch"
SRCREV = "4bd1a77e67958fb7f6739bd4542641646f264e5d"

View File

@@ -22,9 +22,10 @@ FTPM_UUID="bc50d971-d4c9-42c4-82cb-343fb7f37896"
SRC_URI = "gitsm://github.com/Microsoft/ms-tpm-20-ref;branch=main;protocol=https \
file://0001-add-enum-to-ta-flags.patch"
SRCREV = "d638536d0fe01acd5e39ffa1bd100b3da82d92c7"
UPSTREAM_CHECK_COMMITS = "1"
S = "${WORKDIR}/git"
OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}"

View File

@@ -146,9 +146,11 @@ recipes = ("virtual/kernel",
"edk2-firmware",
"u-boot",
"optee-os",
"optee-ftpm",
"hafnium",
"boot-wrapper-aarch64",
"gator-daemon",
"gn",
"opencsd",
"gcc-aarch64-none-elf-native",
"gcc-arm-none-eabi-native")