public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Debootstrap integration
@ 2018-02-22 13:18 claudius.heine.ext
  2018-02-22 13:18 ` [PATCH v2 1/5] implement isar-bootstrap using debootstrap claudius.heine.ext
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: claudius.heine.ext @ 2018-02-22 13:18 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Hi,

this is the new rebased and fixed version of this patchset.

Cheers,
Claudius

Changes from v1:
  - rebased to current next
  - added unmounting of /dev and /proc at the end of do_rootfs in isar-image-base
    This was necessary for image file creation, otherwise it tried to
    package stuff from the host.
  - added 'isar-bootstrap:do_deploy' dependency to do_rootfs task in
    image.bbclass.
  - Changed 'RFSDIR' variable name to 'ROOTFSDIR' in
    isar-bootstrap-helper.bbclass to be consistent with the variable
    name in isar-bootstrap.bb
  - Moved 'isar-apt' apt-preference settings from isar-bootstrap.bb to
    isar-bootstrap-helper.bbclass
  - Removed '--no-install-recommends' parameters in favor of adding the
    apt configuration in 'isar-bootstrap.bb'
  - unmount and remove possible existing bootstraped directories before
    bootstrapping in do_bootstrap task of 'isar-bootstrap.bb'
  - changed from /dev ro bind mounts to mounting devtmpfs to /dev to be
    consistent with the other places where /dev is mounted.

Claudius Heine (5):
  implement isar-bootstrap using debootstrap
  meta/isar-bootstrap-helper.bbclass: handle rfs customization centrally
  meta/buildchroot: switch to using isar-bootstrap
  meta-isar/isar-image-base: switch to using isar-bootstrap
  meta-isar/multiconfig: remove multistrap references

 meta-isar/conf/distro/debian-jessie.conf           |   9 +-
 meta-isar/conf/distro/debian-jessie.list           |   2 +
 meta-isar/conf/distro/debian-stretch.conf          |   7 +-
 meta-isar/conf/distro/debian-stretch.list          |   2 +
 meta-isar/conf/distro/debian-wheezy.conf           |   9 +-
 meta-isar/conf/distro/debian-wheezy.list           |   2 +
 meta-isar/conf/distro/raspbian-jessie.conf         |   8 +-
 meta-isar/conf/multiconfig/qemuarm-jessie.conf     |   2 +-
 meta-isar/conf/multiconfig/qemuarm-wheezy.conf     |   2 +-
 meta-isar/conf/multiconfig/rpi-jessie.conf         |   2 +-
 .../recipes-core/images/files/download_dev-random  |  24 ----
 .../recipes-core/images/files/multistrap.conf.in   |  38 ------
 meta-isar/recipes-core/images/files/setup.sh       |  77 -------------
 meta-isar/recipes-core/images/isar-image-base.bb   |  61 +++-------
 meta/classes/image.bbclass                         |   2 +-
 meta/classes/isar-bootstrap-helper.bbclass         |  39 +++++++
 .../isar-bootstrap/files/isar-apt.conf             |   2 +
 meta/recipes-core/isar-bootstrap/isar-bootstrap.bb | 128 +++++++++++++++++++++
 meta/recipes-devtools/buildchroot/buildchroot.bb   |  54 ++-------
 meta/recipes-devtools/buildchroot/files/build.sh   |   2 +-
 .../buildchroot/files/configscript.sh              |  10 --
 .../buildchroot/files/multistrap.conf.in           |  37 ------
 meta/recipes-devtools/buildchroot/files/setup.sh   |  82 -------------
 23 files changed, 222 insertions(+), 379 deletions(-)
 create mode 100644 meta-isar/conf/distro/debian-jessie.list
 create mode 100644 meta-isar/conf/distro/debian-stretch.list
 create mode 100644 meta-isar/conf/distro/debian-wheezy.list
 delete mode 100644 meta-isar/recipes-core/images/files/download_dev-random
 delete mode 100644 meta-isar/recipes-core/images/files/multistrap.conf.in
 delete mode 100755 meta-isar/recipes-core/images/files/setup.sh
 create mode 100644 meta/classes/isar-bootstrap-helper.bbclass
 create mode 100644 meta/recipes-core/isar-bootstrap/files/isar-apt.conf
 create mode 100644 meta/recipes-core/isar-bootstrap/isar-bootstrap.bb
 delete mode 100644 meta/recipes-devtools/buildchroot/files/multistrap.conf.in
 delete mode 100755 meta/recipes-devtools/buildchroot/files/setup.sh

-- 
2.16.1


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

end of thread, other threads:[~2018-02-26  6:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-22 13:18 [PATCH v2 0/5] Debootstrap integration claudius.heine.ext
2018-02-22 13:18 ` [PATCH v2 1/5] implement isar-bootstrap using debootstrap claudius.heine.ext
2018-02-23 20:39   ` Jan Kiszka
2018-02-22 13:18 ` [PATCH v2 2/5] meta/isar-bootstrap-helper.bbclass: handle rfs customization centrally claudius.heine.ext
2018-02-22 13:18 ` [PATCH v2 3/5] meta/buildchroot: switch to using isar-bootstrap claudius.heine.ext
2018-02-23 20:44   ` Jan Kiszka
2018-02-22 13:19 ` [PATCH v2 4/5] meta-isar/isar-image-base: " claudius.heine.ext
2018-02-23 20:45   ` Jan Kiszka
2018-02-22 13:19 ` [PATCH v2 5/5] meta-isar/multiconfig: remove multistrap references claudius.heine.ext
2018-02-23 20:46   ` Jan Kiszka
2018-02-22 14:21 ` [PATCH v2 0/5] Debootstrap integration Alexander Smirnov
2018-02-22 18:09   ` Jan Kiszka
2018-02-23  7:40   ` Claudius Heine
2018-02-23 20:35     ` Jan Kiszka
2018-02-26  6:43       ` Jan Kiszka

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