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

From: Claudius Heine <ch@denx.de>

Hi,

the only real thing missing here is the documentation changes and a CI run.
The CI run will be done later today, and if the new mechanisms of creating users
and setting locales looks good to everyone, I will fit the documentation and
resend this patchset without RFC.

The main point I would like to have some comments on here is if the general
internal and external interface looks good.

Please take a look at the first and the last two patches especially.

The first one introduces the new internal interface that allows chaining own
functions into the image creation pipeline and the last two show the usage of
this using by porting both transient packages to it and demonstrates the new
public interface for setting locales and creating/modifiying users and groups.

Thanks,
Claudius

Claudius Heine (4):
  split up isar-bootstrap helper and implement pre-process pipeline
  remove transient package support
  meta/classes: add image-locales-extension class
  meta/classes: add image-account-extension class

 meta/classes/image-account-extension.bbclass  | 252 ++++++++++++++++++
 meta/classes/image-locales-extension.bbclass  |  95 +++++++
 meta/classes/image.bbclass                    |  29 +-
 meta/classes/isar-bootstrap-helper.bbclass    | 143 ----------
 meta/classes/rootfs.bbclass                   | 173 +++++++++++-
 .../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 --
 14 files changed, 577 insertions(+), 334 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] 5+ messages in thread

end of thread, other threads:[~2019-04-17  7:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17  7:19 [RFC PATCH 0/4] pre-processing pipeline and transient package replacement claudius.heine.ext
2019-04-17  7:19 ` [RFC PATCH 1/4] split up isar-bootstrap helper and implement pre-process pipeline claudius.heine.ext
2019-04-17  7:19 ` [RFC PATCH 2/4] remove transient package support claudius.heine.ext
2019-04-17  7:19 ` [RFC PATCH 3/4] meta/classes: add image-locales-extension class claudius.heine.ext
2019-04-17  7:19 ` [RFC PATCH 4/4] meta/classes: add image-account-extension class claudius.heine.ext

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