Re: [yocto] variable override question

2013-06-25 Thread Marc Ferland
Bruce Ashfield writes: > On 13-06-25 03:59 PM, Marc Ferland wrote: >> Hi, >> >> I have a linux-yocto_3.4.bbappend file in which I try to override the >> KERNEL_FEATURES variable. I want it to be empty (I don't want the >> netfilter stuff that's there by default). >> >> So I've tried (in my bbappe

Re: [yocto] variable override question

2013-06-25 Thread Bruce Ashfield
On 13-06-25 03:59 PM, Marc Ferland wrote: Hi, I have a linux-yocto_3.4.bbappend file in which I try to override the KERNEL_FEATURES variable. I want it to be empty (I don't want the netfilter stuff that's there by default). So I've tried (in my bbappend): KERNEL_FEATURES = "" but somehow the

[yocto] variable override question

2013-06-25 Thread Marc Ferland
Hi, I have a linux-yocto_3.4.bbappend file in which I try to override the KERNEL_FEATURES variable. I want it to be empty (I don't want the netfilter stuff that's there by default). So I've tried (in my bbappend): KERNEL_FEATURES = "" but somehow the netfilter.scc file still gets merged in. Wh