[OE-core] [PATCH 2/2] kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass

2015-12-22 Thread Andre McCurdy
Move do_kernel_link_vmlinux() from kernel-yocto.bbclass into kernel.bbclass so that it's available to any kernel recipe. Note that the task is not enabled by default in kernel-yocto.bbclass, so don't enable by default in kernel.bbclass either. To enable, see the example in linux-yocto.inc, ie:

[OE-core] [PATCH 2/2] kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass

2015-12-14 Thread Andre McCurdy
Move do_kernel_link_vmlinux() from kernel-yocto.bbclass into kernel.bbclass so that it's available to any kernel recipe. Note that the task is not enabled by default in kernel-yocto.bbclass, so don't enable by default in kernel.bbclass either. To enable, see the example in linux-yocto.inc, ie:

Re: [OE-core] [PATCH 2/2] kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass

2015-12-14 Thread Mario Domenech Goulart
Hello Andre, On Mon, 14 Dec 2015 12:04:50 -0800 Andre McCurdy wrote: > Move do_kernel_link_vmlinux() from kernel-yocto.bbclass into > kernel.bbclass so that it's available to any kernel recipe. > > Note that the task is not enabled by default in kernel-yocto.bbclass, > so

Re: [OE-core] [PATCH 2/2] kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass

2015-12-14 Thread Andre McCurdy
Hi Mario, On Mon, Dec 14, 2015 at 12:08 PM, Mario Domenech Goulart wrote: > Hello Andre, > > On Mon, 14 Dec 2015 12:04:50 -0800 Andre McCurdy wrote: > >> Move do_kernel_link_vmlinux() from kernel-yocto.bbclass into >> kernel.bbclass so that it's