Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Peter Seebach <peter.seebach@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1] PREFERRED_PROVIDER and multilibs
Date: Thu, 14 Aug 2014 13:03:35 -0500	[thread overview]
Message-ID: <cover.1408038028.git.peter.seebach@windriver.com> (raw)

A value of the form PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "..."
doesn't work for multilibs in some cases, because of the order in which
things are configured. Move the multilib-aware code for PREFERRED_PROVIDER
and PREFERRED_VERSION into multilib_global in a new ConfigParsed handler
so it can execute at the right time.

I do have a pending mystery, though:

For versions:
+        if '-cross-' in pkg and '${' in pkg:
For providers:
+        if 'cross-canadian' in pkg:

I don't know why these are different, or whether it's intentional.

The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39:

  SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:09 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib seebs/preferred_ml
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/preferred_ml

Peter Seebach (1):
  multilib_global.bbclass: PREFERRED_PROVIDERS for multilibs

 meta/classes/base.bbclass            |  108 -------------------------------
 meta/classes/multilib_global.bbclass |  117 +++++++++++++++++++++++++++++++++-
 2 files changed, 114 insertions(+), 111 deletions(-)



             reply	other threads:[~2014-08-14 17:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14 18:03 Peter Seebach [this message]
2014-08-14 18:03 ` [PATCH 1/1] multilib_global.bbclass: PREFERRED_PROVIDERS for multilibs Peter Seebach

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=cover.1408038028.git.peter.seebach@windriver.com \
    --to=peter.seebach@windriver.com \
    --cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox