[OE-core] [PATCH 0/8] changes to allow boot/install from/to virtual raid disk

Liwei Song liwei.song at windriver.com
Thu Mar 21 03:19:08 UTC 2019


These series patches used to add support to install image to Intel
Virtual Raid disk and boot from it.
To boot from raid disk, mdadm is the necessory tools to initial it,
so it must run in initrd to make raid disk available, then rootfs
on it can be mounted to use, rootfs can be stored directly in
raid disk partition or LVM partition.

Liwei Song (8):
  mdadm: add mdmon service to support Intel VROC
  mdadm: add udev rules to create by-partuuid for MD devices
  udev-extraconf: move md* and dm* from mount blacklist
  initramfs-framework: mount efivarfs to make Intel VROC work well
  initramfs-framework: add lvm module
  init-install: add support for install image to Intel VROC raid disk
  init-install: fix a typo which will led delete section failed when use
    sed
  oe-core: add ledmon to support Intel VROC

 .../initrdscripts/files/init-install-efi.sh        | 25 +++++++++++++----
 .../initrdscripts/initramfs-framework/init         |  5 ++++
 .../initrdscripts/initramfs-framework/lvm          | 13 +++++++++
 .../initrdscripts/initramfs-framework_1.0.bb       |  9 ++++++
 .../udev/udev-extraconf/mount.blacklist            |  2 --
 meta/recipes-extended/ledmon/ledmon_git.bb         | 32 ++++++++++++++++++++++
 ...ev.rules-create-by-partuuid-for-md-device.patch | 29 ++++++++++++++++++++
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |  4 ++-
 8 files changed, 111 insertions(+), 8 deletions(-)
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-framework/lvm
 create mode 100644 meta/recipes-extended/ledmon/ledmon_git.bb
 create mode 100644 meta/recipes-extended/mdadm/files/0001-udev.rules-create-by-partuuid-for-md-device.patch

-- 
2.7.4



More information about the Openembedded-core mailing list