linux-kexecboot.inc: add dependency on u-boot-mkimage-native for mips:
authorAndrea Adami <andrea.adami@gmail.com>
Fri, 4 Mar 2011 15:54:49 +0000 (16:54 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Fri, 4 Mar 2011 16:33:33 +0000 (17:33 +0100)
* We aim to support new mips devices shipping with u-boot
* but we cannot set KERNEL_IMAGETYPE = "uImage" yet.
* This is temporary solution until uImage becomes target for mips
* both in kernel and kexec-tools

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/linux/linux-kexecboot.inc

index 34abdee..aedde68 100644 (file)
@@ -174,6 +174,8 @@ python do_package() {
 # With 2.6.37 mips has no uImage target upstream.
 # use custom task in the meantime
 
+DEPENDS_mipsel += "u-boot-mkimage-native"
+
 do_uboot_mkimage_mipsel() {
         cd ${S}
         kernel_entry=`nm vmlinux | grep " kernel_entry" | cut -d' ' -f1`