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

arm/sbsa-acs: use UPSTREAM_CHECK_URI for version checking

Since sbsa-acs requires edk2-firmware, it bases its SRC_URI on that.
The first entry of SRC_URI is what is used to determine the latest
version.  So, specify an alternative URI to determine the correct
version.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-03-28 16:12:05 -04:00
parent b5f2a793ea
commit 7163b472ab

View File

@@ -13,6 +13,8 @@ SRC_URI += "git://github.com/ARM-software/sbsa-acs;destsuffix=edk2/ShellPkg/Appl
SRCREV_acs = "be169f0008d86341e1e48cb70d524bd1518c3acc"
SRCREV_libc = "4667a82f0d873221f8b25ea701ce57a29270e4cb"
UPSTREAM_CHECK_URI = "https://github.com/ARM-software/sbsa-acs/releases"
COMPATIBLE_HOST = "aarch64.*-linux"
COMPATIBLE_MACHINE = ""
PACKAGE_ARCH = "${TUNE_PKGARCH}"