[oe] [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native

Vitus Jensen vjensen at gmx.de
Thu Jun 24 04:50:13 UTC 2010


On Wed, 23 Jun 2010, Khem Raj wrote:

> On (23/06/10 17:40), Vitus Jensen wrote:
>> From: Koen Kooi <koen at 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 at gmx.de>
>
> Acked-by: Khem Raj <raj.khem at 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




More information about the Openembedded-devel mailing list