public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/1] Move isar-image into image class
@ 2019-03-20 15:55 claudius.heine.ext
  2019-03-20 15:55 ` [PATCH 1/1] meta: merges " claudius.heine.ext
  0 siblings, 1 reply; 4+ messages in thread
From: claudius.heine.ext @ 2019-03-20 15:55 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Hi,

this patch moves the isar-image into the image class as a first
preparation for further refactoring done to the image creation pipeline.

The following steps will be:

  - Implementation of a clean image generation pipeline, as described in
    github issue #46, no functional change intended
  - Implementation of a rootfs postprocessing functionality similar to
    how OE solved it
  - Splitting up of the isar-bootstrap-helper/setup_root_file_system
    function to allow adding tasks/function that are executed between
    copying of isar-bootstrap and installation of custom packages etc.
    -> rootfs preprocessing
  - Moving existing functionality into idempotent tasks/functions and
    into the correct position within the pipeline
  - Implementing additional post/pre-process tasks (user management,
    rootfs minimization, debug settings, etc.)
  - Deprecating transient packages if no other uses for this can be
    found.

regards,
Claudius

Claudius Heine (1):
  meta: merges isar-image into image class

 meta/classes/image.bbclass      | 86 +++++++++++++++++++++++++++++--
 meta/classes/isar-image.bbclass | 90 +--------------------------------
 2 files changed, 85 insertions(+), 91 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-03-21  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20 15:55 [PATCH 0/1] Move isar-image into image class claudius.heine.ext
2019-03-20 15:55 ` [PATCH 1/1] meta: merges " claudius.heine.ext
2019-03-20 16:50   ` Jan Kiszka
2019-03-21  7:24     ` Claudius Heine

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