From 76eb6834963f1073d8918379fc458795b2f3e639 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 4 Mar 2011 16:54:49 +0100 Subject: [PATCH] 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 --- recipes/linux/linux-kexecboot.inc | 2 ++ 1 file changed, 2 insertions(+) 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` -- 2.39.5