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

* Re: [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2010-06-23 17:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi, Vitus Jensen

On (23/06/10 17:40), Vitus Jensen wrote:
> 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>

Acked-by: Khem Raj <raj.khem@gmail.com>

> ---
>  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
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native
  2010-06-23 17:38 ` Khem Raj
@ 2010-06-24  4:50   ` Vitus Jensen
       [not found]     ` <4C230CE1.1010303@balister.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Vitus Jensen @ 2010-06-24  4:50 UTC (permalink / raw)
  To: openembedded-devel

On Wed, 23 Jun 2010, Khem Raj wrote:

> On (23/06/10 17:40), Vitus Jensen wrote:
>> 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>
>
> Acked-by: Khem Raj <raj.khem@gmail.com>

Thank you!  May I get a second ACK from someone (because of stable branch 
and class change)?

And 2 kernel recipes directly add u-boot-mkimage-native to their depends, 
should those dependencies be removed?  Same change in .dev and stable 
branch.


>> ---
>>  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
>>
>>


-- 
Vitus Jensen, Hannover, Germany, Universe (current)
pgp public key available from keyservers



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

* Re: [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native
       [not found]     ` <4C230CE1.1010303@balister.org>
@ 2010-06-24  8:26       ` Marcin Juszkiewicz
  2010-09-07 20:37         ` Vitus Jensen
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Juszkiewicz @ 2010-06-24  8:26 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: Text/Plain, Size: 484 bytes --]

Dnia czwartek, 24 czerwca 2010 o 09:44:33 Philip Balister napisał(a):
> On 06/24/2010 06:50 AM, Vitus Jensen wrote:

> > Thank you!  May I get a second ACK from someone (because of stable branch
> > and class change)?
> 
> Acked-by: Philip Balister <philip@balister.org>

Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>

Regards, 
-- 
JID:      hrw@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native
  2010-06-24  8:26       ` Marcin Juszkiewicz
@ 2010-09-07 20:37         ` Vitus Jensen
  0 siblings, 0 replies; 5+ messages in thread
From: Vitus Jensen @ 2010-09-07 20:37 UTC (permalink / raw)
  To: openembedded-devel

On Thu, 24 Jun 2010, Marcin Juszkiewicz wrote:

> Dnia czwartek, 24 czerwca 2010 o 09:44:33 Philip Balister napisał(a):
>> On 06/24/2010 06:50 AM, Vitus Jensen wrote:
>
>>> Thank you!  May I get a second ACK from someone (because of stable branch
>>> and class change)?
>>
>> Acked-by: Philip Balister <philip@balister.org>
>
> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
>

And could someone please apply the patch?  It got 3 ACKs and does still 
apply.

Best regards,
    Vitus

-- 
Vitus Jensen, Hannover, Germany, Universe (current)
pgp public key available from keyservers



^ permalink raw reply	[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.