meta-intel.inc: add igc module to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS

Enable IGC kernel module for images based on packagegroup-core-boot.

Some products like TGL NUC11TNKV7 with integrated I225 ethernet
controller will not have networking working for such images otherwise.

Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Teoh Jay Shen 2022-12-15 11:21:54 +08:00 committed by Anuj Mittal
parent 1153290b11
commit fda4108658

View File

@ -33,7 +33,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS:append = "${@bb.utils.contains('MACHINE_FEATURE
# recommended extra packages common to all intel machines # recommended extra packages common to all intel machines
MACHINE_EXTRA_RRECOMMENDS:append = " kernel-modules linux-firmware" MACHINE_EXTRA_RRECOMMENDS:append = " kernel-modules linux-firmware"
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kernel-module-i915 linux-firmware-i915" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kernel-module-i915 linux-firmware-i915 kernel-module-igc"
# for the early boot time kernel microcode loading support, # for the early boot time kernel microcode loading support,
# merge the microcode data in the final initrd image. # merge the microcode data in the final initrd image.