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
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
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