summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2022-03-01 16:12:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 18:44:17 +0000
commita99b899a372e5a9c376bd8b684bb2fbb637c858a (patch)
tree732c7597a4b42c3a5eef2a3210ba2bfa643811d6 /documentation/sphinx-static/switchers.js
parent911ee75249de54b198fecac37f4c92a8a69ea6ed (diff)
downloadpoky-a99b899a372e5a9c376bd8b684bb2fbb637c858a.tar.gz
multilib_global.bbclass: fix setting preferred version for canadian recipes
Currently the TRANSLATED_TARGET_ARCH is not changed when trying to set preferred version for canadian recipes. e.g. ``` bitbake core-image-minimal -c populate_sdk -e > env grep ^PREFERRED_VERSION_gcc-cross-canadian env ``` The result is: """ PREFERRED_VERSION_gcc-cross-canadian-x86-64="11.%" """ We need to explictly change DEFAULTTUNE to ensure TRANSLATED_TARGET_ARCH is changed when trying to set the preferred version for multilib version of the canadian recipes. e.g. ``` bitbake core-image-minimal -c populate_sdk -e > env grep ^PREFERRED_VERSION_gcc-cross-canadian env ``` The result is: """ PREFERRED_VERSION_gcc-cross-canadian-i686="11.%" PREFERRED_VERSION_gcc-cross-canadian-x86-64="11.%" """ (From OE-Core rev: ab8ed74082ffaf3b3adca84f4c41465f89657e76) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sphinx-static/switchers.js')
0 files changed, 0 insertions, 0 deletions