[oe-commits] Andrea Adami : linux-kexecboot.inc: fix typo for task override (mips/ mipsel).

git version control git at git.openembedded.org
Wed Mar 2 00:54:09 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3dc72c4ca0a9ce677f6c3a56517626984b5eaaa0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3dc72c4ca0a9ce677f6c3a56517626984b5eaaa0

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Mar  2 01:52:00 2011 +0100

linux-kexecboot.inc: fix typo for task override  (mips/mipsel).

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/linux/linux-kexecboot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc
index 014c69b..e1b10a0 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`
 





More information about the Openembedded-commits mailing list