All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm/trusted-firmware-a: look for LTS releases when looking for releases
@ 2023-06-06 15:51 ross.burton
  2023-06-07 19:33 ` Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: ross.burton @ 2023-06-06 15:51 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

From: Ross Burton <ross.burton@arm.com>

TF-A has LTS releases, which are prefixed with lts- for some reason.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
index b0533a1e..4d3b0bad 100644
--- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
+++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
@@ -9,7 +9,7 @@ SRC_URI_TRUSTED_FIRMWARE_A ?= "git://git.trustedfirmware.org/TF-A/trusted-firmwa
 SRCBRANCH = "master"
 SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"
 
-UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$"
+UPSTREAM_CHECK_GITTAGREGEX = "^(lts-)?v(?P<pver>\d+(\.\d+)+)$"
 
 SRCREV_FORMAT = "tfa"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm/trusted-firmware-a: look for LTS releases when looking for releases
  2023-06-06 15:51 [PATCH] arm/trusted-firmware-a: look for LTS releases when looking for releases ross.burton
@ 2023-06-07 19:33 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2023-06-07 19:33 UTC (permalink / raw)
  To: meta-arm, ross.burton; +Cc: nd

On Tue, 6 Jun 2023 16:51:46 +0100, ross.burton@arm.com wrote:
> TF-A has LTS releases, which are prefixed with lts- for some reason.

Applied, thanks!

[1/1] arm/trusted-firmware-a: look for LTS releases when looking for releases
      commit: ca6df873151644ddc1e6ab0d88b2dc67b10a2c31

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-08  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06 15:51 [PATCH] arm/trusted-firmware-a: look for LTS releases when looking for releases ross.burton
2023-06-07 19:33 ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.