On Wed, Jul 3, 2013 at 3:39 AM, Francesco Del Degan <[email protected]> wrote: > Hi all, > Looking at linux-yocto 3.8 i noticed a wrong configuration fragment > for netfilter NAT. > > The kconfig option was changed from CONFIG_NF_NAT to CONFIG_NF_NAT_IPV4 > in 3.7+ kernels, so I think that > meta/cfg/kernel-cache/features/netfilter/netfilter.cfg > has to be changed. > > Is that place correct?
Yep, that's the correct place. All changes to the kernel's meta branch are also made in: git.yoctoproject.org/yocto-kernel-cache and propagated to all newer kernels. > > Since the meta git repository is dowloaded at runtime, in order to test > this mod and produce a patch, it's good practice to make a bbappend > pointing to a local linux-yocto repository? That's what I (and others) typically do. That way you can manipulate any part of the tree you want, without slinging patches directly. You could also use a standalone kernel cache, but a local clone and a bbappend pointing at it is the simplest way to go. Bruce > > Thanks, > Francesco > > _______________________________________________ > linux-yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/linux-yocto -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
