]> code.ossystems Code Review - openembedded-core.git/commit
kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes"
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 23 Jul 2012 20:45:30 +0000 (13:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:39:48 +0000 (14:39 +0100)
commit72a7049526ee107005bd39c7bdd814ed71345829
tree0364d0dac122db7b2a565bf8d6f009c1d6b183d7
parent6ef8e6f2f9b0583fa0881e0dfc52462405b21ede
kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes"

The intent of the uImage code in this class includes the following

1) be able to specify custom load addresses without needing to patch the kernel
2) add better information to the uImage description field

The current state is a NOP anyway, the kernel will always build a uImage when you tell it to 'make uImage'.

weakly Set KEEPUIMAGE to 'yes' in default-distrovars.inc which preserve the
current OE-Core behavior. Machines which are being ported from oe.dev and need to
regenerate uImage can set this to be empty

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/kernel.bbclass
meta/conf/distro/include/default-distrovars.inc