[oe-commits] Andrea Adami : linux-kexecboot.inc: add dependency on u-boot-mkimage-native for mips:

git version control git at git.openembedded.org
Fri Mar 4 16:34:59 UTC 2011


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri Mar  4 16:54:49 2011 +0100

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 <andrea.adami at gmail.com>

---

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

diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc
index 34abdee..aedde68 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`





More information about the Openembedded-commits mailing list