]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "core-image-minimal-initramfs: use initramfs-framework by default"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 29 Jul 2017 20:08:43 +0000 (21:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 07:44:10 +0000 (08:44 +0100)
This reverts commit 28fc6ba761ed4a47efa7c43e7f7dff5e2fe72b5e since it causes
runqemu.RunqemuTests.test_boot_machine_iso and runqemu.RunqemuTests.test_boot_deploy_hddimg
to fail in oe-selftest.

meta/recipes-core/images/core-image-minimal-initramfs.bb

index c1f2855f0e2d06612f5c64212c243adff2107266..5794a25952a6b1e63cc43256ed5984ece3d9c24a 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "Small image capable of booting a device. The kernel includes \
 the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
 first 'init' program more efficiently."
 
-PACKAGE_INSTALL = "initramfs-framework-base initramfs-module-udev initramfs-module-setup-live initramfs-module-install-efi ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
+PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
 
 # Do not pollute the initrd image with rootfs features
 IMAGE_FEATURES = ""