]> code.ossystems Code Review - openembedded-core.git/commit
kernel: Separate out uboot_prep_kimage
authorMarek Vasut <marex@denx.de>
Thu, 14 May 2015 12:31:10 +0000 (14:31 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 May 2015 09:57:41 +0000 (10:57 +0100)
commit2d1f700ad098c942834524891ccc90e3a391a09f
tree8626d9ffa6276f7cc3e3d40f9b9e18c84dbbda7a
parent086536ac84fcc9350802c09166f600becd52a1f8
kernel: Separate out uboot_prep_kimage

Separate the function which prepares the kernel for packing into
uImage into separate class, so this function can be reused by the
fitImage class.

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-uboot.bbclass [new file with mode: 0644]
meta/classes/kernel-uimage.bbclass