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

2016-01-12 Thread Andre McCurdy
On Tue, Dec 22, 2015 at 4:12 PM, Andre McCurdy  wrote:
> do_kernel_link_vmlinux(), or something like it, is useful for MIPS,
> since MIPS has no support for zImage images:
>
>   
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/mips/Makefile#n400
>
> Moving do_kernel_link_vmlinux() from kernel-yocto.bbclass into
> kernel.bbclass makes the task available to non-yocto kernels and so
> avoids the need to duplicate or re-implement it in kernel recipes
> based on kernel.bbclass.

Ping. Any issues with these changes?

> Andre McCurdy (2):
>   kernel-yocto.bbclass: remove do_kernel_link_vmlinux from SRCTREECOVEREDTASKS
>   kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass
>
>  meta/classes/kernel-yocto.bbclass | 14 +-
>  meta/classes/kernel.bbclass   | 12 
>  2 files changed, 13 insertions(+), 13 deletions(-)
>
> --
> 1.9.1
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

2015-12-22 Thread Andre McCurdy
do_kernel_link_vmlinux(), or something like it, is useful for MIPS,
since MIPS has no support for zImage images:

  
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/mips/Makefile#n400

Moving do_kernel_link_vmlinux() from kernel-yocto.bbclass into
kernel.bbclass makes the task available to non-yocto kernels and so
avoids the need to duplicate or re-implement it in kernel recipes
based on kernel.bbclass.

Andre McCurdy (2):
  kernel-yocto.bbclass: remove do_kernel_link_vmlinux from SRCTREECOVEREDTASKS
  kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass

 meta/classes/kernel-yocto.bbclass | 14 +-
 meta/classes/kernel.bbclass   | 12 
 2 files changed, 13 insertions(+), 13 deletions(-)

-- 
1.9.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core