From 0b93a82b4fb2ed5e7218c4e1090ca21db6f2538d Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 19 Jun 2018 10:25:53 +0800 Subject: core-image-minimal-initramfs: remove duplicate PACKAGE_INSTALL entries This was made as default in OE-core and isn't needed here anymore [1]. [1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=53078a00ceab5d6aaa61c77fcb73f0d4aa788e00 Signed-off-by: Anuj Mittal --- recipes-core/images/core-image-minimal-initramfs.bbappend | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes-core/images') diff --git a/recipes-core/images/core-image-minimal-initramfs.bbappend b/recipes-core/images/core-image-minimal-initramfs.bbappend index b3d5836a..132f15b5 100644 --- a/recipes-core/images/core-image-minimal-initramfs.bbappend +++ b/recipes-core/images/core-image-minimal-initramfs.bbappend @@ -1,6 +1,2 @@ -# Use initramfs-framework instead of initramfs-live* -PACKAGE_INSTALL_remove_intel-x86-common = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi" -PACKAGE_INSTALL_append_intel-x86-common = " initramfs-framework-base initramfs-module-udev initramfs-module-setup-live initramfs-module-install initramfs-module-install-efi" - # Add i915 graphics firmware PACKAGE_INSTALL_append_intel-x86-common = " linux-firmware-i915" -- cgit v1.2.3-54-g00ecf