meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs
@ 2023-02-16 16:11 Ross Burton
  2023-02-16 16:11 ` [PATCH 2/2] CI/machine-summary: add missing recipes Ross Burton
  2023-02-17  4:30 ` [PATCH 1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs Jon Mason
  0 siblings, 2 replies; 3+ messages in thread
From: Ross Burton @ 2023-02-16 16:11 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

This repository doesn't tag releases, so just track the latest SHA.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb
index 74adaf34..411dac0c 100644
--- a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb
+++ b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb
@@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bb63326febfb5fb909226c8e7ebcef5c"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git;branch=master"
 SRCREV = "1044c77062573985f7c994c3b6cef5695f57e955"
 
+# boot-wrapper doesn't make releases
+UPSTREAM_CHECK_COMMITS = "1"
+
 PV = "git${SRCPV}"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

end of thread, other threads:[~2023-02-17  4:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 16:11 [PATCH 1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs Ross Burton
2023-02-16 16:11 ` [PATCH 2/2] CI/machine-summary: add missing recipes Ross Burton
2023-02-17  4:30 ` [PATCH 1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).