[yocto] [PATCH 10/14][KERNEL] meta: add intel-e1xxxx feature

Tom Zanussi tom.zanussi at intel.com
Fri May 27 14:59:38 PDT 2011


On Fri, 2011-05-27 at 14:44 -0700, Hart, Darren wrote:
> On 05/27/2011 01:45 PM, tom.zanussi at intel.com wrote:
> > From: Tom Zanussi <tom.zanussi at intel.com>
> > 
> > Add a general-purpose feature adding support for Intel PRO/100, Intel
> > PRO/1000, and Intel PRO/1000 PCI-Express adapters.
> 
> I noticed some things have been added as modules while others are
> configured in. What is your criteria for determining module versus
> compiled in?
> 

In general, modules.  I actually had these as modules but then ran into
bug #xxx, where modules won't load on boot, so had to make them Y again
to avoid the regression.

Tom

> --
> Darren
> 
> > 
> > Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
> > ---
> >  .../features/intel-e1xxxx/intel-e1xxxx.cfg         |    4 ++++
> >  .../features/intel-e1xxxx/intel-e1xxxx.scc         |    1 +
> >  2 files changed, 5 insertions(+), 0 deletions(-)
> >  create mode 100644 meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e1xxxx.cfg
> >  create mode 100644 meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e1xxxx.scc
> > 
> > diff --git a/meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e1xxxx.cfg b/meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e1xxxx.cfg
> > new file mode 100644
> > index 0000000..ea9f7e9
> > --- /dev/null
> > +++ b/meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e1xxxx.cfg
> > @@ -0,0 +1,4 @@
> > +CONFIG_NETDEV_1000=y
> > +CONFIG_E100=y
> > +CONFIG_E1000E=y
> > +CONFIG_E1000=y
> > diff --git a/meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e1xxxx.scc b/meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e1xxxx.scc
> > new file mode 100644
> > index 0000000..90ba914
> > --- /dev/null
> > +++ b/meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e1xxxx.scc
> > @@ -0,0 +1 @@
> > +kconf hardware intel-e1xxxx.cfg
> 
> 





More information about the yocto mailing list