All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native
@ 2010-06-23 15:40 Vitus Jensen
  2010-06-23 17:38 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Vitus Jensen @ 2010-06-23 15:40 UTC (permalink / raw)
  To: Openembedded-devel; +Cc: Koen Kooi, Vitus Jensen

From: Koen Kooi <koen@openembedded.org>

This is a long demanded change. The u-boot-mkimage is up to date to OE standards, while the openmoko one is not
(cherry picked from commit 7425e92b1c7918c8c3b609950dbdb44dd488f1fe)

Signed-off-by: Vitus Jensen <vjensen@gmx.de>
---
 classes/kernel.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index 39a9af5..7279e00 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -14,7 +14,7 @@ python __anonymous () {
     kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
     if kerneltype == 'uImage':
     	depends = bb.data.getVar("DEPENDS", d, 1)
-    	depends = "%s u-boot-mkimage-openmoko-native" % depends
+    	depends = "%s u-boot-mkimage-native" % depends
     	bb.data.setVar("DEPENDS", depends, d)
 
     image = bb.data.getVar('INITRAMFS_IMAGE', d, True)
-- 
1.5.6.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-07 20:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23 15:40 [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native Vitus Jensen
2010-06-23 17:38 ` Khem Raj
2010-06-24  4:50   ` Vitus Jensen
     [not found]     ` <4C230CE1.1010303@balister.org>
2010-06-24  8:26       ` Marcin Juszkiewicz
2010-09-07 20:37         ` Vitus Jensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.