summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-08-10 16:53:54 -0700
committerSaul Wold <sgw@linux.intel.com>2017-08-23 15:16:35 -0700
commitf9e95940fb8c5769113a53d2494185b389299926 (patch)
treeac0b4184d9910935f0158876f9120f5f43c3b8d4
parent3bc2dc2317074bb85acc6d0f9d7b3f8dcecf8595 (diff)
downloadmeta-intel-f9e95940fb8c5769113a53d2494185b389299926.tar.gz
images: add core-image-minimal-initramfs bbappend
Modify core-image-minimal-initramfs to use the initramfs-framework init scripts instead of the old ones when using an Intel MACHINE type. The initramfs-framework scripts are preferred, as they allow for booting on both live and real images and are more modular, allowing additions via new modules. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--common/recipes-core/images/core-image-minimal-initramfs.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/recipes-core/images/core-image-minimal-initramfs.bbappend b/common/recipes-core/images/core-image-minimal-initramfs.bbappend
new file mode 100644
index 00000000..1611beb7
--- /dev/null
+++ b/common/recipes-core/images/core-image-minimal-initramfs.bbappend
@@ -0,0 +1,3 @@
1# Use initramfs-framework instead of initramfs-live*
2PACKAGE_INSTALL_remove_intel-x86-common = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi"
3PACKAGE_INSTALL_append_intel-x86-common = " initramfs-framework-base initramfs-module-udev initramfs-module-setup-live initramfs-module-install-efi"