Re: [OE-core] [PATCH v4 0/1] Yocto Bug #6945

2015-08-17 Thread He Zhe
Ping. On 08/10/2015 08:46 PM, zhe...@windriver.com 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 it did. > - v2: Update with

Re: [OE-core] [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage

2015-08-13 Thread He Zhe
Ping. On 08/11/2015 04:22 PM, zhe...@windriver.com wrote: > From: He Zhe > > The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: > > bitbake: toaster: reduced amount of instance attributes (2015-08-10 > 13:58:02 -0700) > > are available

Re: [OE-core] [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb

2015-08-13 Thread He Zhe
Ping. On 08/11/2015 05:08 PM, zhe...@windriver.com wrote: > From: He Zhe > > The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: > > bitbake: toaster: reduced amount of instance attributes (2015-08-10 > 13:58:02 -0700) > > are available

Re: [OE-core] [PATCH v3 0/1] Yocto Bug #6945

2015-08-05 Thread He Zhe
Ping. On 08/04/2015 05:17 PM, zhe...@windriver.com 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 it did. > - v2: Update with

Re: [OE-core] [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-31 Thread He Zhe
On 07/31/2015 07:24 PM, Richard Purdie wrote: > On Wed, 2015-07-22 at 10:29 +0800, He Zhe wrote: >> On 07/21/2015 10:53 PM, Christopher Larson wrote: >>> On Tue, Jul 21, 2015 at 12:23 AM, >> <mailto:zhe...@windriver.com>>wrote: >>> >&g

Re: [OE-core] [PATCH v2 0/2] Yocto Bug #6945

2015-07-31 Thread He Zhe
Ping. On 07/29/2015 09:23 PM, Bruce Ashfield wrote: > On 15-07-29 03:32 AM, He Zhe wrote: >> Ping. >> >> Is there any comments on this? > > I'm obviously ok with the patch in its current RFC status. It works > and I've tested it in my tree (hence why I

Re: [OE-core] [PATCH v2 0/2] Yocto Bug #6945

2015-07-29 Thread He Zhe
Ping. Is there any comments on this? Zhe On 07/28/2015 11:17 AM, He Zhe wrote: > Ping. > > On 07/27/2015 10:51 AM, He Zhe wrote: >> Ping. >> >> On 07/23/2015 03:48 PM, He Zhe wrote: >>> Ping. >>> >>> On 07/21/2015 03:23 PM, zhe...@windriver

Re: [OE-core] [PATCH v2 0/2] Yocto Bug #6945

2015-07-27 Thread He Zhe
Ping. On 07/27/2015 10:51 AM, He Zhe wrote: > Ping. > > On 07/23/2015 03:48 PM, He Zhe wrote: >> Ping. >> >> On 07/21/2015 03:23 PM, zhe...@windriver.com wrote: >>> From: He Zhe >>> >>> - To support building packaging and installing multi ty

Re: [OE-core] [PATCH v2 0/2] Yocto Bug #6945

2015-07-26 Thread He Zhe
Ping. On 07/23/2015 03:48 PM, He Zhe wrote: > Ping. > > On 07/21/2015 03:23 PM, zhe...@windriver.com wrote: >> From: He Zhe >> >> - To support building packaging and installing multi types of kernel >>images, such as zImage uImage, at one time define

Re: [OE-core] [PATCH v2 2/2] kernel: Pass sysroot mkimage to kernel makefile

2015-07-24 Thread He Zhe
On 07/23/2015 11:55 PM, Richard Purdie wrote: > On Tue, 2015-07-21 at 15:23 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> Pass mkimage in sysroot to kernel makefile by NATIVE_MKIMAGE to avoid >> depending on build machine's when KEEPUIMAGE is

Re: [OE-core] [PATCH v2 0/2] Yocto Bug #6945

2015-07-23 Thread He Zhe
Ping. On 07/21/2015 03:23 PM, zhe...@windriver.com wrote: > From: He Zhe > > - To support building packaging and installing multi types of kernel >images, such as zImage uImage, at one time define KERNEL_IMAGETYPE >as a list. > - Modify wherever reference KERNEL_IMA

Re: [OE-core] [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-21 Thread He Zhe
On 07/21/2015 10:53 PM, Christopher Larson wrote: > > On Tue, Jul 21, 2015 at 12:23 AM, <mailto:zhe...@windriver.com>>wrote: > > From: He Zhe mailto:zhe...@windriver.com>> > > To support building packaging and installing multi types of kernel > i

[OE-core] [PATCH 0/2] Yocto Bug #6945

2015-07-17 Thread He Zhe
From: Zhe He - To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. - Modify wherever reference KERNEL_IMAGETYPE accordingly. He Zhe (2): kernel: Define KERNEL_IMAGETYPE as a list kernel

[OE-core] [PATCH 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-17 Thread He Zhe
From: Zhe He - To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. - Modify wherever reference KERNEL_IMAGETYPE accordingly. Signed-off-by: Zhe He --- meta/classes/image_types.bbclass |

[OE-core] [PATCH 2/2] kernel: Pass sysroot mkimage to kernel makefile

2015-07-17 Thread He Zhe
Pass mkimage in sysroot to kernel makefile by NATIVE_MKIMAGE to avoid depending on build machine's, if KEEPUIMAGE is "yes". Signed-off-by: He Zhe --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass

<    1   2