public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/6] pre-processing pipeline and transient package replacement
@ 2019-04-18 11:25 claudius.heine.ext
  2019-04-18 11:25 ` [PATCH 1/6] split up isar-bootstrap helper and implement pre-process pipeline claudius.heine.ext
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: claudius.heine.ext @ 2019-04-18 11:25 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Hi,

here is the tested, documented and slightly modified version of the previous
RFC patch set.

The CI has shown that the RFC patchset was not rebuildable. This
was patched by consolidating the  `do_rootfs_prepare`, `do_roofs_configure`
and `do_rootfs_install` into just one task `do_rootfs_install` that now calls
the functions of both previous tasks as well as the `rootfs_prepare` function
that previously was its own task `do_rootfs_prepare`.

Otherwise I added documentation and more verbose commit messages.

regards,
Claudius

Claudius Heine (6):
  split up isar-bootstrap helper and implement pre-process pipeline
  meta: remove transient package support
  meta/classes: add image-locales-extension class
  meta/classes: add image-account-extension class
  doc: update description of image customization
  doc: some fixes

 doc/user_manual.md                            |  52 +++-
 meta/classes/image-account-extension.bbclass  | 253 ++++++++++++++++++
 meta/classes/image-locales-extension.bbclass  |  97 +++++++
 meta/classes/image.bbclass                    |  30 +--
 meta/classes/isar-bootstrap-helper.bbclass    | 143 ----------
 meta/classes/rootfs.bbclass                   | 176 +++++++++++-
 .../isar-bootstrap/isar-bootstrap.inc         |   5 +
 .../buildchroot/buildchroot-host.bb           |  16 +-
 .../buildchroot/buildchroot-target.bb         |   2 -
 .../buildchroot/buildchroot.inc               |  26 +-
 meta/recipes-devtools/sdkchroot/sdkchroot.bb  |  47 ++--
 .../isar-cfg-localepurge/files/postinst       |  15 --
 .../isar-cfg-localepurge.bb                   |  70 -----
 .../isar-cfg-rootpw/files/postinst.tmpl       |  19 --
 .../isar-cfg-rootpw/isar-cfg-rootpw.bb        |  19 --
 15 files changed, 624 insertions(+), 346 deletions(-)
 create mode 100644 meta/classes/image-account-extension.bbclass
 create mode 100644 meta/classes/image-locales-extension.bbclass
 delete mode 100644 meta/classes/isar-bootstrap-helper.bbclass
 delete mode 100644 meta/recipes-support/isar-cfg-localepurge/files/postinst
 delete mode 100644 meta/recipes-support/isar-cfg-localepurge/isar-cfg-localepurge.bb
 delete mode 100644 meta/recipes-support/isar-cfg-rootpw/files/postinst.tmpl
 delete mode 100644 meta/recipes-support/isar-cfg-rootpw/isar-cfg-rootpw.bb

-- 
2.20.1


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

end of thread, other threads:[~2019-04-25 10:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 11:25 [PATCH 0/6] pre-processing pipeline and transient package replacement claudius.heine.ext
2019-04-18 11:25 ` [PATCH 1/6] split up isar-bootstrap helper and implement pre-process pipeline claudius.heine.ext
2019-04-18 11:25 ` [PATCH 2/6] meta: remove transient package support claudius.heine.ext
2019-04-18 11:25 ` [PATCH 3/6] meta/classes: add image-locales-extension class claudius.heine.ext
2019-04-18 11:25 ` [PATCH 4/6] meta/classes: add image-account-extension class claudius.heine.ext
2019-04-18 11:25 ` [PATCH 5/6] doc: update description of image customization claudius.heine.ext
2019-04-18 11:25 ` [PATCH 6/6] doc: some fixes claudius.heine.ext
2019-04-22 14:09 ` [PATCH 0/6] pre-processing pipeline and transient package replacement Maxim Yu. Osipov
2019-04-24  7:11   ` Claudius Heine
2019-04-24  8:18     ` Maxim Yu. Osipov
2019-04-24  8:38       ` Claudius Heine
2019-04-24 14:38         ` Baurzhan Ismagulov
2019-04-24 14:55           ` Claudius Heine
2019-04-25 10:06             ` Baurzhan Ismagulov

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