All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Denys Dmytriyenko <denis@denix.org>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] external-linaro-toolchain: adjust -cross dependency to avoid possible race
Date: Wed, 9 Sep 2015 13:48:00 -0400	[thread overview]
Message-ID: <20150909174800.GE18085@edge> (raw)
In-Reply-To: <1441819032-23875-1-git-send-email-denis@denix.org>

Ignore this, I have a better fix.

On Wed, Sep 09, 2015 at 01:17:12PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Many toolchain components like gcc share common work directory with sources
> and rely on those sources being prepped by a corresponding -cross part.
> Since we use a prebuilt cross toolchain, we have to fake some prep steps for
> target toolchain components to build successfully (install unwind.h, etc.).
> Need to make sure those prep steps get executed before target gcc requires
> them.
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  .../recipes-core/meta/external-linaro-toolchain.bbappend              | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend b/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
> index f382897..71ef91e 100644
> --- a/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
> +++ b/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
> @@ -4,7 +4,7 @@ ALLOW_EMPTY_ldd = "1"
>  ALLOW_EMPTY_libstdc++ = "1"
>  ALLOW_EMPTY_libgomp = "1"
>  
> -PR_append = "-arago21"
> +PR_append = "-arago22"
>  
>  PROVIDES := "${@oe_filter_out('virtual/linux-libc-headers', '${PROVIDES}', d)}"
>  PROVIDES := "${@oe_filter_out('linux-libc-headers', '${PROVIDES}', d)}"
> @@ -18,7 +18,7 @@ PACKAGES += "${@base_conditional('PREFERRED_PROVIDER_linux-libc-headers', 'exter
>  
>  DEPENDS += "${@base_conditional('PREFERRED_PROVIDER_linux-libc-headers', 'external-linaro-toolchain', '', 'linux-libc-headers', d)}"
>  
> -do_build[depends] += "external-linaro-toolchain-cross:do_populate_sysroot"
> +do_populate_sysroot[depends] += "external-linaro-toolchain-cross:do_populate_sysroot"
>  
>  RDEPENDS_${PN}-utils = ""
>  
> -- 
> 2.2.0
> 


      reply	other threads:[~2015-09-09 17:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-09 17:17 [PATCH] external-linaro-toolchain: adjust -cross dependency to avoid possible race Denys Dmytriyenko
2015-09-09 17:48 ` Denys Dmytriyenko [this message]

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=20150909174800.GE18085@edge \
    --to=denys@ti.com \
    --cc=denis@denix.org \
    --cc=meta-arago@arago-project.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.