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

2016-02-19 Thread zhe.he
From: He Zhe v1 to v2: - Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments - Update related doc files - Replace all KERNEL_ALT_IMAGETYPEs with KERNEL_IMAGETYPES - Link built vmlinuz to boot directory for reference The following changes since commit

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've been quiet on this one). If it meets the style

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.com wrote: From: He Zhe zhe...@windriver.com - To support building

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

2015-07-29 Thread Bruce Ashfield
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've been quiet on this one). If it meets the style for merging into core, and that it doesn't break other

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 zhe...@windriver.com - To support building packaging and installing multi types of kernel images, such as zImage uImage, at

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 zhe...@windriver.com - To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list.

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 zhe...@windriver.com - 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

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

2015-07-21 Thread zhe.he
From: He Zhe zhe...@windriver.com - 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. - Pass mkimage in sysroot to kernel makefile by