From 3dc72c4ca0a9ce677f6c3a56517626984b5eaaa0 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 2 Mar 2011 01:52:00 +0100 Subject: [PATCH] linux-kexecboot.inc: fix typo for task override (mips/mipsel). Signed-off-by: Andrea Adami --- recipes/linux/linux-kexecboot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc index 014c69b372..e1b10a07a1 100644 --- a/recipes/linux/linux-kexecboot.inc +++ b/recipes/linux/linux-kexecboot.inc @@ -160,7 +160,7 @@ python do_package() { # With 2.6.37 mips has no uImage target upstream. # use custom task in the meantime -do_uboot_mkimage_mips() { +do_uboot_mkimage_mipsel() { cd ${S} kernel_entry=`nm vmlinux | grep " kernel_entry" | cut -d' ' -f1` -- 2.39.5