[oe-commits] He Zhe : kernel: Add KERNEL_IMAGETYPES to build multi types of kernel at one time

git at git.openembedded.org git at git.openembedded.org
Thu Aug 6 18:52:00 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 74070553b8f252c42144c5b12dd2a6d817c975bc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=74070553b8f252c42144c5b12dd2a6d817c975bc

Author: He Zhe <zhe.he at windriver.com>
Date:   Tue Aug  4 17:17:51 2015 +0800

kernel: Add KERNEL_IMAGETYPES to build multi types of kernel at one time

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.he at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/kernel-fitimage.bbclass    |  21 +++---
 meta/classes/kernel-grub.bbclass        |  46 ++++++++----
 meta/classes/kernel-uimage.bbclass      |  22 +++---
 meta/classes/kernel.bbclass             | 128 +++++++++++++++++++++++---------
 meta/conf/documentation.conf            |   1 +
 meta/recipes-kernel/linux/linux-dtb.inc |  15 ++--
 6 files changed, 159 insertions(+), 74 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=74070553b8f252c42144c5b12dd2a6d817c975bc


More information about the Openembedded-commits mailing list