All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory
@ 2024-04-30 12:45 Ross Burton
  2024-04-30 12:45 ` [PATCH 2/2] CI: build arm-systemready distro images Ross Burton
  2024-05-01  2:06 ` [PATCH 1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory Jon Mason
  0 siblings, 2 replies; 3+ messages in thread
From: Ross Burton @ 2024-04-30 12:45 UTC (permalink / raw
  To: meta-arm; +Cc: nd

These recipes look like images but are not constructed the same way,
specifically there is no WORKDIR/rootfs/ directory. If buildhistory is
enabled this will cause it to abort, so disable image data collection in
buildhistory.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../arm-systemready-linux-distros.inc                            | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros.inc b/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros.inc
index e247a427..d80cf237 100644
--- a/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros.inc
+++ b/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros.inc
@@ -3,6 +3,7 @@ DESCRIPTION = "Arm SystemReady Linux distro CD/DVD images and installation \
                target disk image"
 
 IMAGE_CLASSES:remove = "license_image testimage"
+BUILDHISTORY_FEATURES:remove = "image"
 
 INHIBIT_DEFAULT_DEPS = "1"
 COMPATIBLE_HOST = "aarch64-*"
-- 
2.34.1



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

* [PATCH 2/2] CI: build arm-systemready distro images
  2024-04-30 12:45 [PATCH 1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory Ross Burton
@ 2024-04-30 12:45 ` Ross Burton
  2024-05-01  2:06 ` [PATCH 1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Ross Burton @ 2024-04-30 12:45 UTC (permalink / raw
  To: meta-arm; +Cc: nd

There are two recipes in meta-arm-systemready that download ISOs for
testing purposes.  Build them in CI to verify that the fetch is
successful.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/arm-systemready-ir-acs.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/arm-systemready-ir-acs.yml b/ci/arm-systemready-ir-acs.yml
index ca4e8b0a..9eaf4037 100644
--- a/ci/arm-systemready-ir-acs.yml
+++ b/ci/arm-systemready-ir-acs.yml
@@ -14,3 +14,5 @@ local_conf_header:
 
 target:
   - arm-systemready-ir-acs
+  - arm-systemready-linux-distros-debian
+  - arm-systemready-linux-distros-opensuse
-- 
2.34.1



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

* Re: [PATCH 1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory
  2024-04-30 12:45 [PATCH 1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory Ross Burton
  2024-04-30 12:45 ` [PATCH 2/2] CI: build arm-systemready distro images Ross Burton
@ 2024-05-01  2:06 ` Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2024-05-01  2:06 UTC (permalink / raw
  To: meta-arm, Ross Burton; +Cc: nd


On Tue, 30 Apr 2024 12:45:16 +0000, Ross Burton wrote:
> These recipes look like images but are not constructed the same way,
> specifically there is no WORKDIR/rootfs/ directory. If buildhistory is
> enabled this will cause it to abort, so disable image data collection in
> buildhistory.
> 
> 

Applied, thanks!

[1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory
      commit: d89d05d9aab225f562f7bc5d4fa1d922a2fda421
[2/2] CI: build arm-systemready distro images
      commit: 8399d913a911eaeb170c6baacccc44fea2ece5a0

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


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

end of thread, other threads:[~2024-05-01  2:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-30 12:45 [PATCH 1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory Ross Burton
2024-04-30 12:45 ` [PATCH 2/2] CI: build arm-systemready distro images Ross Burton
2024-05-01  2:06 ` [PATCH 1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory 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.