From 9658bb34892e7853b1408cbcc7b47bf62d3995a1 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Thu, 10 Aug 2017 16:57:51 -0700 Subject: conf/machine/intel-*: move core-image-minimal-initramfs PACKAGE_INSTALL A machine configuration file wasn't the correct place to put this in the first place. It should be in a bbappend, which we now have. Signed-off-by: California Sullivan --- common/recipes-core/images/core-image-minimal-initramfs.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/recipes-core/images/core-image-minimal-initramfs.bbappend b/common/recipes-core/images/core-image-minimal-initramfs.bbappend index 1611beb7..4ddca375 100644 --- a/common/recipes-core/images/core-image-minimal-initramfs.bbappend +++ b/common/recipes-core/images/core-image-minimal-initramfs.bbappend @@ -1,3 +1,6 @@ # 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-efi" + +# Add i915 graphics firmware +PACKAGE_INSTALL_append_intel-x86-common = " linux-firmware-i915" -- cgit v1.2.3-54-g00ecf