All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Koen Kooi <koen@openembedded.org>, Vitus Jensen <vjensen@gmx.de>
Subject: Re: [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native
Date: Wed, 23 Jun 2010 10:38:28 -0700	[thread overview]
Message-ID: <20100623173828.GI5535@gmail.com> (raw)
In-Reply-To: <1277307626-24691-1-git-send-email-vjensen@gmx.de>

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



  reply	other threads:[~2010-06-23 17:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-23 15:40 [STABLE][PATCH] kernel bbclass: switch to u-boot-mkimage-native Vitus Jensen
2010-06-23 17:38 ` Khem Raj [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100623173828.GI5535@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=koen@openembedded.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=vjensen@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.