kernel.bbclass: Fix INITRAMFS_IMAGE logic
authorTom Rini <tom_rini@mentor.com>
Wed, 15 Sep 2010 23:30:28 +0000 (16:30 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 15 Sep 2010 23:34:02 +0000 (16:34 -0700)
commit25e515ba2ff7d9670b179fce85514f598094f13a
tree5b8481357860795939d9536c3e3e35ba7eb14405
parent7d909ba42651c7030393bb672c329d68b94d6608
kernel.bbclass: Fix INITRAMFS_IMAGE logic

Due to a bitbake bug to be fixed in 1.10.1, EXPORT_FUNCTIONS isn't
remapping kernel_do_compile[depends] to do_compile[depends], so
make a comment about cleaning this up once we depend on a working
bitbake.  Next, it needs to add to do_configure (like the users
have manually set a dependancy on) rather than do_compile so that
the initramfs is copied into place in time.  Since we're fixing the
logic in kernel.bbclass, we can drop the workarounds that linux-kexecboot
and linux-preboot have added.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/kernel.bbclass
recipes/kexecboot/linux-kexecboot.inc
recipes/preboot/linux-preboot.inc