[OE-core] [PATCH 0/1] multilib.conf: conditionalize MULTILIB_GLOBAL_VARIANTS

Peter Seebach peter.seebach at windriver.com
Thu Oct 23 21:42:09 UTC 2014


The actual use case may have been a little unusual, but I ended
up with a machine's .conf file specifying arch-specific
MULTILIB_GLOBAL_VARIANTS, and having it not work. On study, I found
that multilib.conf was getting read after that.

And I think this ought to work more like DEFAULTTUNE, where the idiom
is:
	DEFAULTTUNE = "something"
	require some/tune.inc

and similarly, I think it would make sense to allow:
	MULTILIB_GLOBAL_VARIANTS = "list of variants"
	require multilib.conf

The following changes since commit 97756472d3a69eaca95d105494ffea78c6b077e0:

  build-appliance-image: Update to dizzy head revision (2014-10-18 16:16:27 +0200)

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

Peter Seebach (1):
  multilib.conf: set MULTILIB_GLOBAL_VARIANTS conditionally

 meta/conf/multilib.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the Openembedded-core mailing list