[yocto] [PATCH 09/14][KERNEL] meta: replace open-coded igb options with igb feature

tom.zanussi at intel.com tom.zanussi at intel.com
Fri May 27 13:45:03 PDT 2011


From: Tom Zanussi <tom.zanussi at intel.com>

Have common-pc-64 use the igb feature, and remove the corresponding
options in common-pc64.cfg.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 .../kernel-cache/bsp/common-pc-64/common-pc-64.cfg |    1 -
 .../kernel-cache/bsp/common-pc-64/common-pc-64.scc |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.cfg b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.cfg
index 4914266..05ad74b 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.cfg
@@ -47,7 +47,6 @@ CONFIG_BLK_DEV_FD=m
 CONFIG_NET_PCI=y
 CONFIG_MII=y
 CONFIG_TIGON3=y
-CONFIG_IGB=y
 # Enable the below for QEMU
 CONFIG_E100=y
 CONFIG_E1000E=y
diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
index e193206..4f0e4c6 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
+++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
@@ -2,5 +2,6 @@ kconf hardware common-pc-64.cfg
 kconf hardware common-pc-64-graphics.cfg
 
 include features/hpet/hpet.scc
+include features/igb/igb.scc
 include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
-- 
1.7.0.4




More information about the yocto mailing list