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

2016-02-18 Thread He Zhe
On 02/18/2016 04:15 PM, Andrea Adami wrote: > On Thu, Feb 18, 2016 at 4:37 AM, Andre McCurdy wrote: >> On Wed, Feb 17, 2016 at 2:01 AM, wrote: >>> From: He Zhe >>> >>> Add KERNEL_IMAGETYPES to support building packaging and

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

2016-02-18 Thread He Zhe
On 02/18/2016 11:37 AM, Andre McCurdy wrote: > On Wed, Feb 17, 2016 at 2:01 AM, wrote: >> From: He Zhe >> >> 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 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-02-18 Thread Andrea Adami
On Thu, Feb 18, 2016 at 4:37 AM, Andre McCurdy wrote: > On Wed, Feb 17, 2016 at 2:01 AM, wrote: >> From: He Zhe >> >> Add KERNEL_IMAGETYPES to support building packaging and installing >> multi types of kernel images, such as

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

2016-02-17 Thread Andre McCurdy
On Wed, Feb 17, 2016 at 2:01 AM, wrote: > From: He Zhe > > 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 before. > > Fixes [YOCTO

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

2016-02-17 Thread zhe.he
From: He Zhe 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 before. Fixes [YOCTO #6945]. Signed-off-by: He Zhe ---