[OE-core] [PATCH 0/8] enhancing images, booting and runqemu, simplified version

Patrick Ohly patrick.ohly at intel.com
Thu Sep 3 18:42:28 UTC 2015


These are the same patches as in the previous patch series, minus the
ones related to initramfs-framework which will need further
discussion. I split up the /dev/console change into two commits as
suggested by Otavio.

The usage of FS UUID is still turned on by default, see the last
patch. If that's too aggressive, feel free to drop that one. It's a
change that can also be done easily in a local.conf or distro conf.

The following changes since commit aba3ef50d65e0dc8659a48bf98d0fb00dd44a6fc:

  debianutils: create package for run-parts (2015-09-02 23:51:16 +0100)

are available in the git repository at:

  git://github.com/pohly/openembedded-core booting-simplified
  https://github.com/pohly/openembedded-core/tree/booting-simplified

Patrick Ohly (8):
  runqemu: support full-disk images
  initramfs-framework: create /dev/console
  initramfs-live-boot: create /dev/console
  initramfs-framework: handle kernel parameters with . inside
  image-vm.bbclass: avoid duplicating syslinux default values
  image-vm.bbclass: support specifying an initramfs
  boot loader: support root=UUID
  boot-directdisk.bbclass: use rootfs UUID by default

 meta/classes/boot-directdisk.bbclass               |  2 +-
 meta/classes/fs-uuid.bbclass                       | 24 ++++++++++++++++++++++
 meta/classes/grub-efi.bbclass                      |  4 ++++
 meta/classes/gummiboot.bbclass                     |  4 ++++
 meta/classes/image-vm.bbclass                      |  7 +++++--
 meta/classes/syslinux.bbclass                      |  5 ++++-
 .../initrdscripts/initramfs-framework/init         |  3 ++-
 .../initrdscripts/initramfs-framework_1.0.bb       |  7 ++++++-
 .../initrdscripts/initramfs-live-boot_1.0.bb       |  4 +++-
 scripts/runqemu                                    | 24 +++++++++++++---------
 scripts/runqemu-internal                           | 10 ++++-----
 11 files changed, 72 insertions(+), 22 deletions(-)
 create mode 100644 meta/classes/fs-uuid.bbclass

-- 
2.1.4




More information about the Openembedded-core mailing list