summaryrefslogtreecommitdiffstats
path: root/conf/machine
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-15 12:53:52 +0800
commit3ccb7aafdaacf4b665ea25e5ed4c088b9e9dd4c9 (patch)
treed5ad63727b7d830f259ef2b79d37bd1af5b6e79a /conf/machine
parentfda41086585307915933ffc6f15ee79e8c3f0765 (diff)
downloadmeta-intel-3ccb7aafdaacf4b665ea25e5ed4c088b9e9dd4c9.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>
Diffstat (limited to 'conf/machine')
-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 8a49297c..7ef50b8c 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.