diff options
author | Will Newton <will.newton@gmail.com> | 2017-09-08 18:04:34 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-11 17:30:14 +0100 |
commit | 07b60c15e9ef650940afdde37bf3f3b9c50a336d (patch) | |
tree | 979dbb96a17c17ee6e22e4f063278b9082bbd2b5 /scripts/lib/devtool/build.py | |
parent | 26abbf129d7ca0d36f6244f96fa8a572fd847899 (diff) | |
download | openembedded-core-07b60c15e9ef650940afdde37bf3f3b9c50a336d.tar.gz openembedded-core-07b60c15e9ef650940afdde37bf3f3b9c50a336d.tar.bz2 openembedded-core-07b60c15e9ef650940afdde37bf3f3b9c50a336d.zip |
goarch.bbclass: Replace logic for setting GOARM
The previous logic applied a regex to TUNE_FEATURES which could
set the GOARM value to 7 incorrectly, for example when dealing
with an arm1176 core. Simplify to check for the presence of
"armv7" instead. At the same time add a check for "armv6" and
set GOARM to 6 in that case.
Signed-off-by: Will Newton <willn@resin.io>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/build.py')
0 files changed, 0 insertions, 0 deletions