Any more comments? Thanks, Zhe
On 02/24/2016 08:20 PM, [email protected] wrote: > From: He Zhe <[email protected]> > > 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 > > v2 to v3: > - Merge existing KERNEL_ALT_IMAGETYPE into KERNEL_IMAGETYPES in order that > users can still use the old variables. > - Run oe_rummake in a loop for every types so that we can add different > configurations to them easily in the future. > - Warn, intead of die, users if one of the types are over the size limit. > - Remove the replacement of KERNEL_ALT_IMAGETYPE in v2. > - Remove the doc parts. They will be submitted yocto-docs later. > - Change some grep usage to make it more clear. > - Correct a typo. > > The following changes since commit 23056103c949b498c23b47579e8dd57ce78e6ed9: > > uclibc: Do not use immediate expansion operator (2016-02-22 20:42:48 +0000) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib zhe/yocto-bug-6945 > > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=zhe/yocto-bug-6945 > > for you to fetch changes up to dc52a1efbb8248ea274a1cd0cca5734290b3025f: > > kernel: Make symbol link to vmlinuz in boot directory (2016-02-24 07:08:16 > -0500) > > ---------------------------------------------------------------- > He Zhe (2): > kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time > kernel: Make symbol link to vmlinuz in boot directory > > meta/classes/kernel-fitimage.bbclass | 20 ++++++++------- > meta/classes/kernel-grub.bbclass | 44 > +++++++++++++++++++++----------- > meta/classes/kernel-uimage.bbclass | 22 ++++++++-------- > meta/classes/kernel.bbclass | 187 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------- > meta/conf/documentation.conf | 3 ++- > meta/recipes-kernel/linux/linux-dtb.inc | 49 > ++++++++++++++++++++++-------------- > meta/recipes-kernel/linux/linux-yocto.inc | 2 +- > 7 files changed, 218 insertions(+), 109 deletions(-) > > He Zhe (2): > kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time > kernel: Make symbol link to vmlinuz in boot directory > > meta/classes/kernel-fitimage.bbclass | 20 ++-- > meta/classes/kernel-grub.bbclass | 44 ++++--- > meta/classes/kernel-uimage.bbclass | 22 ++-- > meta/classes/kernel.bbclass | 187 > +++++++++++++++++++++--------- > meta/conf/documentation.conf | 3 +- > meta/recipes-kernel/linux/linux-dtb.inc | 49 +++++--- > meta/recipes-kernel/linux/linux-yocto.inc | 2 +- > 7 files changed, 218 insertions(+), 109 deletions(-) > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
