All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] PREFERRED_PROVIDER and multilibs
@ 2014-08-14 18:03 Peter Seebach
  2014-08-14 18:03 ` [PATCH 1/1] multilib_global.bbclass: PREFERRED_PROVIDERS for multilibs Peter Seebach
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seebach @ 2014-08-14 18:03 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-14 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 18:03 [PATCH 0/1] PREFERRED_PROVIDER and multilibs Peter Seebach
2014-08-14 18:03 ` [PATCH 1/1] multilib_global.bbclass: PREFERRED_PROVIDERS for multilibs Peter Seebach

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.