All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-commits] Dmitry Eremin-Solenikov : u-boot: add a recipe for fresh release of u-boot. Also make it default for tqm8540 board
Date: Tue, 13 Jul 2010 15:44:44 -0700	[thread overview]
Message-ID: <4C3CEC5C.8080506@mentor.com> (raw)
In-Reply-To: <E1OYmec-0005TF-MX@melo.openembedded.org>

git version control wrote:
> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: e1a3091c2417994a798b51bc6d6cac1d52799865
> URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e1a3091c2417994a798b51bc6d6cac1d52799865
> 
> Author: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> Date:   Wed Jul 14 00:01:39 2010 +0400
> 
> u-boot: add a recipe for fresh release of u-boot. Also make it default for tqm8540 board
> 
> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> 
> ---
> 
>  recipes/u-boot/u-boot_2010.06.bb |   20 ++++++++++++++++++++
>  1 files changed, 20 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/u-boot/u-boot_2010.06.bb b/recipes/u-boot/u-boot_2010.06.bb
> new file mode 100644
> index 0000000..73dea39
> --- /dev/null
> +++ b/recipes/u-boot/u-boot_2010.06.bb
> @@ -0,0 +1,20 @@
> +PR = "r1"
> +require u-boot.inc
> +
> +DEFAULT_PREFERENCE = "-1"
> +DEFAULT_PREFERENCE_tqm8540 = "1"
> +
> +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
> +
> +TARGET_LDFLAGS = ""
> +
> +inherit base
> +
> +do_compile () {
> +       oe_runmake ${UBOOT_MACHINE}
> +       oe_runmake all
> +}

I know this isn't new.  Why is the oe_runmake ${UBOOT_MACHINE}, which is 
basically "configure u-boot for this machine" in do_compile and not 
do_configure?

-- 
Tom Rini
Mentor Graphics Corporation



       reply	other threads:[~2010-07-13 22:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1OYmec-0005TF-MX@melo.openembedded.org>
2010-07-13 22:44 ` Tom Rini [this message]
2010-07-14  7:03   ` [oe-commits] Dmitry Eremin-Solenikov : u-boot: add a recipe for fresh release of u-boot. Also make it default for tqm8540 board Frans Meulenbroeks

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=4C3CEC5C.8080506@mentor.com \
    --to=tom_rini@mentor.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.