Re: [yocto] defconfig file (or fragment files) not used

2018-04-04 Thread Bruce Ashfield
On 2018-04-04 5:58 AM, Vincent Daanen wrote: Hi, On 03/30/2018, Bruce Ashfield wrote Is this using master of oe-core ? Is this a setup that I can configure and build here ? If I can easily reproduce it, I can offer better suggestions. I'm using rocko version Do you need more info to help m

Re: [yocto] defconfig file (or fragment files) not used

2018-04-04 Thread Vincent Daanen
Hi, On 03/30/2018, Bruce Ashfield wrote > > Is this using master of oe-core ? Is this a setup that I can configure and > build here ? > > If I can easily reproduce it, I can offer better suggestions. I'm using rocko version Do you need more info to help me ? Thanks Vincent -- ___

Re: [yocto] defconfig file (or fragment files) not used

2018-03-30 Thread Bruce Ashfield
On 2018-03-30 9:08 AM, Vincent Daanen wrote: Hi On 03/29/18 16:12 PM, Bruce Ashfield wrote: [cut] Do you have all of the CAN* Kconfig dependencies in your defconfig ? No only the ones I need If you don't, the kernel config subsystem will turn them off. Also note that a 'defconfig' translate

Re: [yocto] defconfig file (or fragment files) not used

2018-03-30 Thread Vincent Daanen
Hi > On 03/29/18 16:12 PM, Bruce Ashfield wrote: > [cut] > Do you have all of the CAN* Kconfig dependencies in your defconfig ? No only the ones I need > If you don't, the kernel config subsystem will turn them off. > > Also note that a 'defconfig' translates to a merge config run (yes, even wit

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Vincent Daanen
Objet : Re: [yocto] defconfig file (or fragment files) not used Hi Vincent, Its better to create patch and apply from platform specific kernel recipes. if you need more info let me know. Thanks! Prakash On Thu, Mar 29, 2018 at 1:55 PM, Khem Raj mailto:raj.k...@gmail.com>> wrote: On 3/28/18

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Bruce Ashfield
On 03/28/2018 12:27 PM, Vincent Daanen wrote: Hi, I want to add CAN driver support to the kernel. Here is the procedure I followed: 1. Generate a .config file 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig 3. Update it: set at the end the config to enable CAN as follows #

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Vincent Daanen
>On 3/28/18 9:27 AM, Vincent Daanen wrote: >> Hi, >> >> I want to add CAN driver support to the kernel. Here is the procedure >> I >> followed: >> >> 1. Generate a .config file >> 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig >> 3. Update it: set at the end the config to enab

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Prakash Ks
Prakash Ks > *Envoyé :* jeudi 29 mars 2018 11:46 > *À :* Khem Raj > *Cc :* Vincent Daanen ; > yocto@yoctoproject.org > *Objet :* Re: [yocto] defconfig file (or fragment files) not used > > > > Hi Vincent, > > Its better to create patch and apply from platform specific

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Prakash Ks
Hi Vincent, Its better to create patch and apply from platform specific kernel recipes. if you need more info let me know. Thanks! Prakash On Thu, Mar 29, 2018 at 1:55 PM, Khem Raj wrote: > > > On 3/28/18 11:00 PM, Vincent Daanen wrote: > >> On 3/28/18 9:27 AM, Vincent Daanen wrote: >>>

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Khem Raj
On 3/28/18 11:00 PM, Vincent Daanen wrote: On 3/28/18 9:27 AM, Vincent Daanen wrote: Hi, I want to add CAN driver support to the kernel. Here is the procedure I followed: 1. Generate a .config file 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig 3. Update it: set at the

Re: [yocto] defconfig file (or fragment files) not used

2018-03-28 Thread Khem Raj
On 3/28/18 9:27 AM, Vincent Daanen wrote: Hi, I want to add CAN driver support to the kernel. Here is the procedure I followed: 1. Generate a .config file 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig 3. Update it: set at the end the config to enable CAN as follows # CA