Re: [OE-core] [PATCH v3 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types of kernel at one time

2015-08-07 Thread Richard Purdie
On Fri, 2015-08-07 at 05:50 -0500, Richard Purdie wrote: On Tue, 2015-08-04 at 17:17 +0800, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Add KERNEL_IMAGETYPES to support building packaging and installing multi types of kernel images, such as zImage uImage, at one time.

Re: [OE-core] [PATCH v3 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types of kernel at one time

2015-08-07 Thread Richard Purdie
On Tue, 2015-08-04 at 17:17 +0800, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Add KERNEL_IMAGETYPES to support building packaging and installing multi types of kernel images, such as zImage uImage, at one time. KERNEL_IMAGETYPE works as it did. Fixes [YOCTO #6945].

[OE-core] [PATCH v3 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types of kernel at one time

2015-08-04 Thread zhe.he
From: He Zhe zhe...@windriver.com Add KERNEL_IMAGETYPES to support building packaging and installing multi types of kernel images, such as zImage uImage, at one time. KERNEL_IMAGETYPE works as it did. Fixes [YOCTO #6945]. Signed-off-by: He Zhe zhe...@windriver.com ---