public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Implement ROOTFS postprocess commands
@ 2019-04-09 12:29 claudius.heine.ext
  2019-04-09 12:29 ` [PATCH v2 1/8] image.bbclass: make KERNEL_IMAGE & INITRD_IMAGE variable fixed claudius.heine.ext
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: claudius.heine.ext @ 2019-04-09 12:29 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Hi,

this is version 2 of the ROOTFS postprocess patchset.

I merged the 'Clean image pipeline' into this one, since they were developed
and tested together.

Changes from v2:
 - rebased on current next
 - some more cleanup and refactoring patches added
 - some changes to the postprocess patch, to better prepare for the
   preprocessing patchset that will follow soon.

Claudius Heine (8):
  image.bbclass: make KERNEL_IMAGE & INITRD_IMAGE variable fixed
  image.bbclass: limit `du` to only one file system
  meta/classes/targz-img: limit tarball creation to one file system
  meta/classes/buildchroot: add check before each mounting and quotes
  meta/image classes: refactor task stamps
  meta/classes/*-img: remove 'inherit image' statements
  meta/classes/image*: refactor image pipeline and image.bbclass
  meta/classes/image: implement ROOTFS_POSTPROCESS_COMMAND

 meta/classes/buildchroot.bbclass              |  25 ++-
 meta/classes/ext4-img.bbclass                 |   4 +-
 meta/classes/fit-img.bbclass                  |   7 +-
 meta/classes/image-cache-extension.bbclass    |  26 +++
 meta/classes/image-postproc-extension.bbclass |  46 ++++
 meta/classes/image-sdk-extension.bbclass      |  36 ++++
 meta/classes/image-tools-extension.bbclass    |  43 ++++
 meta/classes/image.bbclass                    | 203 ++++--------------
 meta/classes/rootfs.bbclass                   |  58 +++++
 meta/classes/targz-img.bbclass                |   6 +-
 meta/classes/ubi-img.bbclass                  |   7 +-
 meta/classes/ubifs-img.bbclass                |   6 +-
 meta/classes/wic-img.bbclass                  |   8 +-
 13 files changed, 267 insertions(+), 208 deletions(-)
 create mode 100644 meta/classes/image-cache-extension.bbclass
 create mode 100644 meta/classes/image-postproc-extension.bbclass
 create mode 100644 meta/classes/image-sdk-extension.bbclass
 create mode 100644 meta/classes/image-tools-extension.bbclass
 create mode 100644 meta/classes/rootfs.bbclass

-- 
2.20.1


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

end of thread, other threads:[~2019-04-16  5:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09 12:29 [PATCH v2 0/8] Implement ROOTFS postprocess commands claudius.heine.ext
2019-04-09 12:29 ` [PATCH v2 1/8] image.bbclass: make KERNEL_IMAGE & INITRD_IMAGE variable fixed claudius.heine.ext
2019-04-09 12:29 ` [PATCH v2 2/8] image.bbclass: limit `du` to only one file system claudius.heine.ext
2019-04-09 12:29 ` [PATCH v2 3/8] meta/classes/targz-img: limit tarball creation to " claudius.heine.ext
2019-04-09 12:29 ` [PATCH v2 4/8] meta/classes/buildchroot: add check before each mounting and quotes claudius.heine.ext
2019-04-09 12:29 ` [PATCH v2 5/8] meta/image classes: refactor task stamps claudius.heine.ext
2019-04-09 12:29 ` [PATCH v2 6/8] meta/classes/*-img: remove 'inherit image' statements claudius.heine.ext
2019-04-09 12:29 ` [PATCH v2 7/8] meta/classes/image*: refactor image pipeline and image.bbclass claudius.heine.ext
2019-04-09 12:29 ` [PATCH v2 8/8] meta/classes/image: implement ROOTFS_POSTPROCESS_COMMAND claudius.heine.ext
2019-04-16  5:05 ` [PATCH v2 0/8] Implement ROOTFS postprocess commands Maxim Yu. Osipov

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