Re: [yocto] Problem overwriting default kernel config values

2015-07-20 Thread Ryan Soussan
On Sat, Jul 18, 2015 at 9:32 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2015-07-18 11:53 PM, Bruce Ashfield wrote: On 2015-07-17 9:35 PM, Ryan Soussan wrote: Hello, We're having a problem overwriting the default linux kernel config values. We tried adding our own .cfg file

Re: [yocto] Problem overwriting default kernel config values

2015-07-18 Thread Bruce Ashfield
On 2015-07-17 9:35 PM, Ryan Soussan wrote: Hello, We're having a problem overwriting the default linux kernel config values. We tried adding our own .cfg file to our layer and appending it to the source url of the linux-yocto bitbake file. The variable in our case is not getting overwritten

Re: [yocto] Problem overwriting default kernel config values

2015-07-18 Thread Bruce Ashfield
On 2015-07-18 11:53 PM, Bruce Ashfield wrote: On 2015-07-17 9:35 PM, Ryan Soussan wrote: Hello, We're having a problem overwriting the default linux kernel config values. We tried adding our own .cfg file to our layer and appending it to the source url of the linux-yocto bitbake file. The

[yocto] Problem overwriting default kernel config values

2015-07-17 Thread Ryan Soussan
Hello, We're having a problem overwriting the default linux kernel config values. We tried adding our own .cfg file to our layer and appending it to the source url of the linux-yocto bitbake file. The variable in our case is not getting overwritten though (changing CONFIG_ATH5K=m to =y). Here's