[OE-core] [PATCH 01/24] base.bbclass: Add buildcfg multilib values

Alexander Kanavin alex.kanavin at gmail.com
Mon May 28 05:23:38 UTC 2018


2018-05-28 6:24 GMT+03:00 Robert Yang <liezhi.yang at windriver.com>:

> Thanks for the reply, but I'm afraid that all_multlilib_tune_values() isn't
> suitable for this case, what need to display is something like:
>
> lib32:  DEFAULTTUNE       = "x86"
> lib32:  TARGET_SYS        = "i686-pokymllib32-linux"
> lib32:  TUNE_FEATURES     = "m32"
>
> But all_multlilib_tune_values() returns all values, e.g:
>
> DEFAULTTUNE       = "core2-64 x86"

That's right, but you should still use get_multilib_datastore()
instead of setting up localdata manually

Alex



More information about the Openembedded-core mailing list