summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-08-08 15:21:46 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-08-09 23:26:35 +0800
commit64f8ef709f1ea2e04d9494fc5c82aebb1c94cafc (patch)
treed3d8b131d5261e4d66833c1fd28d30363ae4479a /conf/machine/include
parent5657949d395848aaffb5547b16c14ccdc1e898a4 (diff)
downloadmeta-intel-64f8ef709f1ea2e04d9494fc5c82aebb1c94cafc.tar.gz
meta-intel.inc: include i915 kernel module and firmware
We include the firmware as part of initramfs image that is used for live images. Make sure that we include this module for others as well. Also include the kernel module for all images instead of relying on "linux-modules" using MACHINE_EXTRA_RRECOMMENDS. Use MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS instead to pull in i915 module so it works for all images based on packagegroup-core-boot. Fixes [YOCTO #13446] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/meta-intel.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index d45f4825..36699a70 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -24,6 +24,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURE
24 24
25# recommended extra packages common to all intel machines 25# recommended extra packages common to all intel machines
26MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware" 26MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware"
27MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kernel-module-i915 linux-firmware-i915"
27 28
28# for the early boot time kernel microcode loading support, 29# for the early boot time kernel microcode loading support,
29# merge the microcode data in the final initrd image. 30# merge the microcode data in the final initrd image.