[OE-core] [PATCH 0/1] PREFERRED_PROVIDER and multilibs

Peter Seebach peter.seebach at windriver.com
Thu Aug 14 18:03:35 UTC 2014


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(-)



More information about the Openembedded-core mailing list