From: Teoh Jay Shen <[email protected]> Enable r8152 kernel module for images based on packagegroup-core-boot. Some QA setup that use Realtek RTL8152/RTL8153 based USB ethernet adapters for ethernet connection will not have networking working for images based on packagegroup-core-boot otherwise.
Signed-off-by: Teoh Jay Shen <[email protected]> --- conf/machine/include/meta-intel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # recommended extra packages common to all intel machines MACHINE_EXTRA_RRECOMMENDS:append = " kernel-modules linux-firmware" -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kernel-module-i915 linux-firmware-i915 kernel-module-igc" +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kernel-module-i915 linux-firmware-i915 kernel-module-igc kernel-module-r8152" # for the early boot time kernel microcode loading support, # merge the microcode data in the final initrd image. -- 2.37.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7776): https://lists.yoctoproject.org/g/meta-intel/message/7776 Mute This Topic: https://lists.yoctoproject.org/mt/95682380/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
