diff mbox series

[1/2] arm/sbsa-acs: use UPSTREAM_CHECK_URI for version checking

Message ID 20240328201206.14812-1-jon.mason@arm.com
State New
Headers show
Series [1/2] arm/sbsa-acs: use UPSTREAM_CHECK_URI for version checking | expand

Commit Message

Jon Mason March 28, 2024, 8:12 p.m. UTC
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>
---
 meta-arm/recipes-bsp/uefi/sbsa-acs_7.1.4.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jon Mason March 29, 2024, 7:22 p.m. UTC | #1
On Thu, 28 Mar 2024 16:12:05 -0400, Jon Mason wrote:
> 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.
> 
> 

Applied, thanks!

[1/2] arm/sbsa-acs: use UPSTREAM_CHECK_URI for version checking
      commit: 7163b472ab8a5de852508de5e60148d681f4e21e
[2/2] arm: use UPSTREAM_CHECK_COMMITS for git versioned recipes
      commit: 8d308aac029f3c5cd08100f2978d0c28bed4332d

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-bsp/uefi/sbsa-acs_7.1.4.bb b/meta-arm/recipes-bsp/uefi/sbsa-acs_7.1.4.bb
index b61658c44bba..a29c16ecb466 100644
--- a/meta-arm/recipes-bsp/uefi/sbsa-acs_7.1.4.bb
+++ b/meta-arm/recipes-bsp/uefi/sbsa-acs_7.1.4.bb
@@ -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}"