summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeoh Jay Shen <jay.shen.teoh@intel.com>2022-12-15 11:21:55 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-12-19 12:23:57 +0800
commit09e30d85e2e405e2f4a0e35c5d72aa285a2d8cbc (patch)
tree27baf2ac9fa31b2e81ac6cb852c2c773a389e352
parent392a00c5e9d3a1abaa980a44449b10790764edde (diff)
downloadmeta-intel-09e30d85e2e405e2f4a0e35c5d72aa285a2d8cbc.tar.gz
meta-intel.inc: add r8152 kernel module to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS
Enable r8152 kernel module for images based on packagegroup-core-boot. Some QA setups that use Realtek RTL8152/RTL8153 based USB ethernet adapters for connection 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>
-rw-r--r--conf/machine/include/meta-intel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index 1bd628fb..966a6d6d 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -33,7 +33,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS:append = "${@bb.utils.contains('MACHINE_FEATURE
33 33
34# recommended extra packages common to all intel machines 34# recommended extra packages common to all intel machines
35MACHINE_EXTRA_RRECOMMENDS:append = " kernel-modules linux-firmware" 35MACHINE_EXTRA_RRECOMMENDS:append = " kernel-modules linux-firmware"
36MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kernel-module-i915 linux-firmware-i915 kernel-module-igc" 36MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kernel-module-i915 linux-firmware-i915 kernel-module-igc kernel-module-r8152"
37 37
38# for the early boot time kernel microcode loading support, 38# for the early boot time kernel microcode loading support,
39# merge the microcode data in the final initrd image. 39# merge the microcode data in the final initrd image.