diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-29 21:08:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-30 08:44:10 +0100 |
commit | c62f5dcb9e99bc11a9d4681f5bf3fc3fcb0ad3a5 (patch) | |
tree | c833b4950e60107235384fb4f6a1af371fc8a398 | |
parent | 28fc6ba761ed4a47efa7c43e7f7dff5e2fe72b5e (diff) | |
download | openembedded-core-c62f5dcb9e99bc11a9d4681f5bf3fc3fcb0ad3a5.tar.gz openembedded-core-c62f5dcb9e99bc11a9d4681f5bf3fc3fcb0ad3a5.tar.bz2 openembedded-core-c62f5dcb9e99bc11a9d4681f5bf3fc3fcb0ad3a5.zip |
Revert "core-image-minimal-initramfs: use initramfs-framework by default"
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.
-rw-r--r-- | meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index c1f2855f0e..5794a25952 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb @@ -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 = "" |