Qemu and VM Ware both support PCNET32 and the latter requires it for
32 bit images.

Signed-off-by: Darren Hart <dvh...@linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg |    3 +++
 meta/cfg/kernel-cache/bsp/common-pc/hardware.cfg  |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg 
b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg
index 6d576ee..c0c899e 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg
@@ -45,6 +45,9 @@ CONFIG_MAC80211=y
 CONFIG_WLAN=y
 CONFIG_ATH_COMMON=y
 CONFIG_ATH5K=y
+
+CONFIG_PCNET32=y
+
 CONFIG_INPUT=y
 CONFIG_INPUT_MOUSEDEV=y
 CONFIG_INPUT_EVDEV=y
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/hardware.cfg 
b/meta/cfg/kernel-cache/bsp/common-pc/hardware.cfg
index 34c6200..869cf62 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/hardware.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/hardware.cfg
@@ -6,3 +6,4 @@ CONFIG_MAC80211
 CONFIG_SND_HDA_INTEL
 CONFIG_SERIAL_8250
 CONFIG_SERIAL_8250_CONSOLE
+CONFIG_PCNET32
-- 
1.7.5.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to