public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v6 0/6] use xz and gzip on host (outside chroot)
@ 2022-09-21  7:33 Felix Moessbauer
  2022-09-21  7:33 ` [PATCH v6 1/6] do not crossbuild SDK for host-arch eq dist-arch Felix Moessbauer
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Felix Moessbauer @ 2022-09-21  7:33 UTC (permalink / raw)
  To: isar-users
  Cc: henning.schild, jan.kiszka, ibr, amikan, adriaan.schmidt,
	Felix Moessbauer

Changes since v5:

- before changing WIC deploy logic, revert edc10d93 (p3)
- only reploy requested files (p4)

Changes since v4:

- add option WIC_DEPLOY_PARTITIONS = "0" to control if individual wic partitions are deployed (p3)
  Note, that the default set to disabled is important.
  This fixes the huge disk consumption when running the CI with WIC tests
- add test for WIC_DEPLOY_PARTITIONS logic (p4)
- add logic to handle cross-imaging when distro_arch == host_arch (similar to buildchroot-(target|host)) (p1)

Please note, that the additions around WIC_DEPLOY_PARTITIONS are standalone patches which are only sent as part of this series to fix the disk space blow up in CI.

Changes since v3:

- add test for CROSS=1 wic image including compression
- integrate patch 2 into this series instead of standalone.

Please note, this series supersedes the "add wic.xz image to default qemuarm64 target" series but does only requires little more disk space for the CI tests (compared to ISAR-next).
By that, the CI can still be executed on standard machines.

Changes since v1/v2:

instead of switching the compression logic, this patch adds support to run the whole imager in the buildchroot-host.



Felix Moessbauer (6):
  do not crossbuild SDK for host-arch eq dist-arch
  run imager in buildchroot-host on cross
  Revert "wic: move out all files ending on "direct*""
  add option to control deploy of raw wic partitions
  add test for wic partition deploy logic
  add wic.xz image to qemuarm64-bookworm

 RECIPE-API-CHANGELOG.md                       |  9 +++++++
 doc/user_manual.md                            | 11 +++++++++
 meta-isar/conf/local.conf.sample              |  3 +++
 .../conf/multiconfig/qemuarm64-bookworm.conf  |  3 +++
 meta/classes/image-tools-extension.bbclass    |  3 ---
 meta/classes/imagetypes_wic.bbclass           | 16 +++++++++----
 meta/classes/sdk.bbclass                      | 14 +++++++++--
 testsuite/cibase.py                           | 10 ++++++++
 testsuite/cibuilder.py                        |  5 +++-
 testsuite/citest.py                           | 24 +++++++++++++++++++
 10 files changed, 88 insertions(+), 10 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-09-27  7:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21  7:33 [PATCH v6 0/6] use xz and gzip on host (outside chroot) Felix Moessbauer
2022-09-21  7:33 ` [PATCH v6 1/6] do not crossbuild SDK for host-arch eq dist-arch Felix Moessbauer
2022-09-21  7:33 ` [PATCH v6 2/6] run imager in buildchroot-host on cross Felix Moessbauer
2022-09-21  7:33 ` [PATCH v6 3/6] Revert "wic: move out all files ending on "direct*"" Felix Moessbauer
2022-09-21  7:33 ` [PATCH v6 4/6] add option to control deploy of raw wic partitions Felix Moessbauer
2022-09-21  7:33 ` [PATCH v6 5/6] add test for wic partition deploy logic Felix Moessbauer
2022-09-27  7:00   ` Anton Mikanovich
2022-09-21  7:33 ` [PATCH v6 6/6] add wic.xz image to qemuarm64-bookworm Felix Moessbauer
2022-09-21  8:23 ` [PATCH v6 0/6] use xz and gzip on host (outside chroot) Gylstorff Quirin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox