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

From: Claudius Heine <ch@denx.de>

Hi,

here is the new rebased version of that patchset, now that the rootfs cleanup
patchset was merged.

I tested the fast build:
http://isar-build.org:8080/job/isar_claudius_ilbers_fast_ci/21/

and the slow build:
http://isar-build.org:8080/job/isar_claudius_ilbers-ci/62/

The fast build finished successfully already and the slow build currently is
looking like its going to finish that way as well.

regards,
Claudius

changes from v1:
 - rebased to current next
 - added some more documentation

Claudius Heine (8):
  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
  meta-isar: local.conf.sample: update root password and isar user
    creation
  RECIPE-API-CHANGELOG: update transient package removal + root password

 RECIPE-API-CHANGELOG.md                       |  22 ++
 doc/user_manual.md                            |  53 +++-
 meta-isar/conf/local.conf.sample              |  12 +-
 .../recipes-app/example-raw/files/postinst    |  13 -
 meta/classes/image-account-extension.bbclass  | 257 ++++++++++++++++++
 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  |  48 ++--
 .../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 --
 18 files changed, 663 insertions(+), 360 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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16 11:32 [PATCH v2 0/8] pre-processing pipeline and transient package replacement claudius.heine.ext
2019-05-16 11:32 ` [PATCH v2 1/8] split up isar-bootstrap helper and implement pre-process pipeline claudius.heine.ext
2019-05-16 11:32 ` [PATCH v2 2/8] meta: remove transient package support claudius.heine.ext
2019-05-16 11:32 ` [PATCH v2 3/8] meta/classes: add image-locales-extension class claudius.heine.ext
2019-05-16 11:32 ` [PATCH v2 4/8] meta/classes: add image-account-extension class claudius.heine.ext
2019-05-16 11:33 ` [PATCH v2 5/8] doc: update description of image customization claudius.heine.ext
2019-05-16 11:33 ` [PATCH v2 6/8] doc: some fixes claudius.heine.ext
2019-05-16 11:33 ` [PATCH v2 7/8] meta-isar: local.conf.sample: update root password and isar user creation claudius.heine.ext
2019-05-16 11:33 ` [PATCH v2 8/8] RECIPE-API-CHANGELOG: update transient package removal + root password claudius.heine.ext
2019-05-16 15:49 ` [PATCH v2 0/8] pre-processing pipeline and transient package replacement 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