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

* [PATCH 2/2] CI/machine-summary: add missing recipes
  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 ` Ross Burton
  2023-02-17  4:30 ` [PATCH 1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Ross Burton @ 2023-02-16 16:11 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

Add missing recipes to the update report.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 scripts/machine-summary.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/machine-summary.py b/scripts/machine-summary.py
index 8bd0fa78..0f5d1d99 100755
--- a/scripts/machine-summary.py
+++ b/scripts/machine-summary.py
@@ -145,6 +145,10 @@ recipes = ("virtual/kernel",
            "edk2-firmware",
            "u-boot",
            "optee-os",
+           "hafnium",
+           "boot-wrapper-aarch64",
+           "gator-daemon",
+           "opencsd",
            "gcc-aarch64-none-elf-native",
            "gcc-arm-none-eabi-native")
 
-- 
2.34.1



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

* Re: [PATCH 1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs
  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 ` Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2023-02-17  4:30 UTC (permalink / raw)
  To: meta-arm, Ross Burton; +Cc: nd

On Thu, 16 Feb 2023 16:11:32 +0000, Ross Burton wrote:
> This repository doesn't tag releases, so just track the latest SHA.

Applied, thanks!

[1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs
      commit: 93f5170eb2aa764078d04468ec2e80544cf6f3bb
[2/2] CI/machine-summary: add missing recipes
      commit: 402cfcc4e85f56f14f3ec67b5fe373e00a18d7d4

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


^ permalink raw reply	[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).