public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Isar installer copy installer-target direct to rootfs
@ 2024-03-22 14:10 Quirin Gylstorff
  2024-03-22 14:10 ` [PATCH v2 1/2] add new class to add files directly to the rootfs Quirin Gylstorff
  2024-03-22 14:10 ` [PATCH v2 2/2] isar-installer: use rootfs-add-files class instead of seperate package Quirin Gylstorff
  0 siblings, 2 replies; 4+ messages in thread
From: Quirin Gylstorff @ 2024-03-22 14:10 UTC (permalink / raw)
  To: felix.moessbauer, isar-users

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This reduce the build time of the isar-installer image as we don't apply
gzip on a already compressed image. Also the sstate size is reduced as
we don't store a package with hundredths of MB.

Changes v2:
  - split patches into rootfs-add-files and the installer specific
    target

Quirin Gylstorff (2):
  add new class to add files directly to the rootfs
  isar-installer: use rootfs-add-files class instead of seperate package

 .../classes/installer-add-rootfs.bbclass      | 43 ++++++++++++++++++
 .../images/isar-image-installer.bb            |  2 +-
 .../deploy-image/deploy-image_0.1.bb          |  3 +-
 .../store-target-image_0.1.bb                 | 25 -----------
 meta/classes/rootfs-add-files.bbclass         | 45 +++++++++++++++++++
 5 files changed, 90 insertions(+), 28 deletions(-)
 create mode 100644 meta-isar/classes/installer-add-rootfs.bbclass
 delete mode 100644 meta-isar/recipes-installer/store-target-image/store-target-image_0.1.bb
 create mode 100644 meta/classes/rootfs-add-files.bbclass

-- 
2.43.0


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

end of thread, other threads:[~2024-03-25 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-22 14:10 [PATCH v2 0/2] Isar installer copy installer-target direct to rootfs Quirin Gylstorff
2024-03-22 14:10 ` [PATCH v2 1/2] add new class to add files directly to the rootfs Quirin Gylstorff
2024-03-25 14:45   ` MOESSBAUER, Felix
2024-03-22 14:10 ` [PATCH v2 2/2] isar-installer: use rootfs-add-files class instead of seperate package Quirin Gylstorff

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