From: Andrea Adami Date: Fri, 4 Mar 2011 15:54:49 +0000 (+0100) Subject: linux-kexecboot.inc: add dependency on u-boot-mkimage-native for mips: X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76eb6834963f1073d8918379fc458795b2f3e639;p=openembedded.git linux-kexecboot.inc: add dependency on u-boot-mkimage-native for mips: * 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 --- diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc index 34abdee181..aedde68d53 100644 --- a/recipes/linux/linux-kexecboot.inc +++ b/recipes/linux/linux-kexecboot.inc @@ -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`