On Wed, Jul 3, 2019 at 10:54 AM <[email protected]> wrote: > > From: He Zhe <[email protected]> > > Since b5776165c9d3 ("netfilter: Fix remainder of pseudo-header protocol 0"), > net.scc includes a patch which would be reapplied when included by other > features. > > This patches create a config variant net-enable.scc for features and leaves > net.scc to BSPs as is.
merged to kernel-cache master, let me know if other branches need this as well. Bruce > > Signed-off-by: He Zhe <[email protected]> > --- > features/net/net-all.scc | 2 +- > features/net/net-enable.scc | 1 + > features/net/team/team.scc | 2 +- > 3 files changed, 3 insertions(+), 2 deletions(-) > create mode 100644 features/net/net-enable.scc > > diff --git a/features/net/net-all.scc b/features/net/net-all.scc > index ea42023..5cdde4a 100644 > --- a/features/net/net-all.scc > +++ b/features/net/net-all.scc > @@ -1,3 +1,3 @@ > > -include features/net/net.scc > +include features/net/net-enable.scc > include features/net/stmicro/stmicro.scc > diff --git a/features/net/net-enable.scc b/features/net/net-enable.scc > new file mode 100644 > index 0000000..79e0dce > --- /dev/null > +++ b/features/net/net-enable.scc > @@ -0,0 +1 @@ > +kconf hardware net.cfg > diff --git a/features/net/team/team.scc b/features/net/team/team.scc > index ee3a641..cf5bb9d 100644 > --- a/features/net/team/team.scc > +++ b/features/net/team/team.scc > @@ -1,3 +1,3 @@ > -include features/net/net.scc > +include features/net/net-enable.scc > > kconf non-hardware team.cfg > -- > 2.7.4 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
