diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-02 08:59:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-02 21:37:47 +0100 |
commit | 29353297b508881451b8e97f7d1db2eadaa653f6 (patch) | |
tree | cd91b4639d4f16381b27aac4cb31f98b1b083009 /meta/classes/buildhistory.bbclass | |
parent | f1079cd1935e625c6acba3f3a2b2d493fbadddef (diff) | |
download | poky-29353297b508881451b8e97f7d1db2eadaa653f6.tar.gz |
classes/utils: Improve all_multilib_tune_values
Currently there is duplication in the code, we can clean this up
by extending the multilib variants list.
This code also currently fails its its called from an existing multilib
context since its assumes the data store passed in is the non-multilib
case. When building an image, say lib32-core-image-sato, this leads to
incorrect PATH values.
To fix this, we also request a data store for the "" variant allowing
this corner case to be fixed and for the function to correctly return
values for each multilib even when a multilib is already selected.
(From OE-Core rev: cc1c481560b81c223170230430308c7e2f08c812)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/buildhistory.bbclass')
0 files changed, 0 insertions, 0 deletions