From: Andrea Adami Date: Wed, 2 Mar 2011 00:52:00 +0000 (+0100) Subject: linux-kexecboot.inc: fix typo for task override (mips/mipsel). X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc72c4ca0a9ce677f6c3a56517626984b5eaaa0;p=openembedded.git linux-kexecboot.inc: fix typo for task override (mips/mipsel). Signed-off-by: Andrea Adami --- 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`