[oe-commits] [openembedded-core] branch master-next updated: Revert "core-image-minimal-initramfs: use initramfs-framework by default"

git at git.openembedded.org git at git.openembedded.org
Sat Jul 29 20:10:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 603ff05  Revert "core-image-minimal-initramfs: use initramfs-framework by default"
603ff05 is described below

commit 603ff058928414862fc44e37a2dcdb7976cf6e31
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Jul 29 21:08:43 2017 +0100

    Revert "core-image-minimal-initramfs: use initramfs-framework by default"
    
    This reverts commit 28fc6ba761ed4a47efa7c43e7f7dff5e2fe72b5e.
---
 meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
index c1f2855..5794a25 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list