]> code.ossystems Code Review - openembedded-core.git/commit
kernel: Pull uImage generation into separate class
authorMarek Vasut <marex@denx.de>
Thu, 14 May 2015 12:31:09 +0000 (14:31 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 May 2015 09:57:41 +0000 (10:57 +0100)
commit086536ac84fcc9350802c09166f600becd52a1f8
treed35616fd41e9c42674186125caa3f5e3e8720fdc
parent2879e5423aff8df5731712b853d71a73047a2fd7
kernel: Pull uImage generation into separate class

Pull the uImage image format generation from kernel.bbclass into
a separate kernel-uimage.bbclass. Introduce new KERNEL_CLASSES
variable, which allows registration of additional classes which
implement new kernel image types. The default value of is to
register kernel-uimage to preserve the original behavior.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-uimage.bbclass [new file with mode: 0644]
meta/classes/kernel.bbclass