From: claudius.heine.ext@siemens.com
To: isar-users@googlegroups.com
Cc: Claudius Heine <ch@denx.de>
Subject: [RFC PATCH 0/4] pre-processing pipeline and transient package replacement
Date: Wed, 17 Apr 2019 09:19:48 +0200 [thread overview]
Message-ID: <20190417071952.6723-1-claudius.heine.ext@siemens.com> (raw)
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
next reply other threads:[~2019-04-17 7:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-17 7:19 claudius.heine.ext [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190417071952.6723-1-claudius.heine.ext@siemens.com \
--to=claudius.heine.ext@siemens.com \
--cc=ch@denx.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox