Re: [yocto] Compiling custom kernel

2017-03-30 Thread Alvaro Garcia
Hi, thank you for your answer. Looks like I got no missing dependencies and it compiled without problems. 2017-03-29 20:23 GMT+02:00 Bruce Ashfield : > On 2017-03-29 1:11 PM, Alvaro Garcia wrote: > >> Hi, I'm trying to compile a custom kernel (just custom config).

Re: [yocto] Compiling custom kernel

2017-03-30 Thread Alvaro Garcia
Hi, that was exactly my problem. Finally the kernel was compiled with my config. I'm so happy now, thank you! 2017-03-29 19:32 GMT+02:00 Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com>: > On Wed, 2017-03-29 at 19:11 +0200, Alvaro Garcia wrote: > > Hi, I'm trying to compile a

Re: [yocto] Compiling custom kernel

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 1:11 PM, Alvaro Garcia wrote: Hi, I'm trying to compile a custom kernel (just custom config). I created a recipe called linux-yocto in my layer: meta-test -recipes-test --linux-yocto ---linux-yocto.bbapend ---files enable_various_options.cfg The content of the

Re: [yocto] Compiling custom kernel

2017-03-29 Thread Leonardo Sandoval
On Wed, 2017-03-29 at 19:11 +0200, Alvaro Garcia wrote: > Hi, I'm trying to compile a custom kernel (just custom config). > I created a recipe called linux-yocto in my layer: > meta-test > -recipes-test > --linux-yocto > ---linux-yocto.bbapend you may need to include the kernel version to your

[yocto] Compiling custom kernel

2017-03-29 Thread Alvaro Garcia
Hi, I'm trying to compile a custom kernel (just custom config). I created a recipe called linux-yocto in my layer: meta-test -recipes-test --linux-yocto ---linux-yocto.bbapend ---files enable_various_options.cfg The content of the linux-yocto.bbapend is: FILESEXTRAPATHS_prepend :=