[elbe-devel] [PATCH v2 0/4] E.L.B.E. debootstrap variant handling

Benedikt Spranger b.spranger at linutronix.de
Thu Nov 8 14:04:49 CET 2018


The series implements debootstrap variant handling in E.L.B.E.
Using a debootstrap variant enables the possibility to build a System V init
based RFS.

Another benefit is to use the minbase variant to speed up the build of
systemd based systems. The speedup is due to the reduced amount of executed
emulated code during the first debootstrap stage.

The testing of the beaglebone example has not finished yet.

v1..v2:
- Use restriction in schema instead of free string.
- Reformat log output.
- Revisit the commit messages.
- Update beaglebone example

Benedikt Spranger (4):
  rfs: Implement debootstrap variant handling
  schema: Enhance schema for debootstrap variant handling
  examples: Add a debootstrap variant example
  Speed up beaglebone example

 elbepack/rfs.py                               | 26 ++++--
 examples/armhf-ti-beaglebone-black.xml        | 11 +++
 ...6_64-pc-hdimg-grub-hybrid-stretch-sysv.xml | 91 +++++++++++++++++++
 schema/dbsfed.xsd                             | 43 +++++++++
 4 files changed, 162 insertions(+), 9 deletions(-)
 create mode 100644 examples/x86_64-pc-hdimg-grub-hybrid-stretch-sysv.xml

-- 
2.19.1




More information about the elbe-devel mailing list