diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-10-16 11:55:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-27 22:42:19 +0000 |
commit | 48ad4122e81e492b58227cfcad2ec27293f3a4a7 (patch) | |
tree | ce47558c05f56b893fb329ca8ba4c19d6e39e95f | |
parent | 475e4e00e7b49519b8aab442c5fa1138a2ba347b (diff) | |
download | poky-48ad4122e81e492b58227cfcad2ec27293f3a4a7.tar.gz |
tune-ep9312.inc: add t suffix for thumb to PACKAGE_EXTRA_ARCHS_tune-ep9312
* broken since:
commit 805dd4807d322dc70cef97edd68fdb3142b60fb1
Author: Andre McCurdy <armccurdy@gmail.com>
Date: Fri Aug 23 13:51:36 2019 -0700
feature-arm-thumb.inc: fix ARM_THUMB_SUFFIX
* since this commit the 't' suffix is set ARM_THUMB_SUFFIX by
armv4 override (which does apply for ep9312 tune) instead of
armv4 in TUNE_FEATURES - so the comment in the file was no
longer correct and ep9312 wasn't usable
* fixes:
scripts/tune/log.fake-ep9312: Error, the PACKAGE_ARCHS variable (all any noarch arm armv4 armv4t ep9312 fake_ep9312) for DEFAULTTUNE (ep9312) does not contain TUNE_PKGARCH (ep9312t).
(From OE-Core rev: 6243df4e8daf78c7b5004f9e123894a2d4027392)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f23c7f23c64cbd70d38a01dfda3a4d0809b33bdd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/machine/include/tune-ep9312.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-ep9312.inc b/meta/conf/machine/include/tune-ep9312.inc index be20eb363b..3f0ba2ec12 100644 --- a/meta/conf/machine/include/tune-ep9312.inc +++ b/meta/conf/machine/include/tune-ep9312.inc | |||
@@ -8,6 +8,5 @@ MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'ep9312', 'armv4:', ' | |||
8 | 8 | ||
9 | AVAILTUNES += "ep9312" | 9 | AVAILTUNES += "ep9312" |
10 | ARMPKGARCH_tune-ep9312 = "ep9312" | 10 | ARMPKGARCH_tune-ep9312 = "ep9312" |
11 | # this tune does not include TUNE_FEATURES_tune-armv4t, so there is no armv4 TUNE_FEATURES => no 't' in ARMPKGSFX_THUMB | ||
12 | TUNE_FEATURES_tune-ep9312 = "thumb ep9312" | 11 | TUNE_FEATURES_tune-ep9312 = "thumb ep9312" |
13 | PACKAGE_EXTRA_ARCHS_tune-ep9312 = "${PACKAGE_EXTRA_ARCHS_tune-armv4t} ep9312" | 12 | PACKAGE_EXTRA_ARCHS_tune-ep9312 = "${PACKAGE_EXTRA_ARCHS_tune-armv4t} ep9312t" |