diff mbox series

[1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory

Message ID 20240430124517.1702987-1-ross.burton@arm.com
State New
Headers show
Series [1/2] arm-systemready/arm-systemready-linux-distros: disable buildhistory | expand

Commit Message

Ross Burton April 30, 2024, 12:45 p.m. UTC
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(+)

Comments

Jon Mason May 1, 2024, 2:06 a.m. UTC | #1
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,
diff mbox series

Patch

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-*"