diff options
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/include/tune-thunderx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-thunderx.inc b/meta/conf/machine/include/tune-thunderx.inc index aa4d0501d4..d1aaf4891e 100644 --- a/meta/conf/machine/include/tune-thunderx.inc +++ b/meta/conf/machine/include/tune-thunderx.inc | |||
@@ -8,7 +8,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunde | |||
8 | require conf/machine/include/arm/arch-armv8a.inc | 8 | require conf/machine/include/arm/arch-armv8a.inc |
9 | 9 | ||
10 | ARMPKGARCH_tune-thunderx ?= "thunderx" | 10 | ARMPKGARCH_tune-thunderx ?= "thunderx" |
11 | ARMPKGARCH_tune-thunderx_be ?= "thunderx_be" | 11 | ARMPKGARCH_tune-thunderx_be ?= "thunderx" |
12 | 12 | ||
13 | TUNE_FEATURES_tune-thunderx = "${TUNE_FEATURES_tune-aarch64} thunderx" | 13 | TUNE_FEATURES_tune-thunderx = "${TUNE_FEATURES_tune-aarch64} thunderx" |
14 | TUNE_FEATURES_tune-thunderx_be = "${TUNE_FEATURES_tune-thunderx} bigendian" | 14 | TUNE_FEATURES_tune-thunderx_be = "${TUNE_FEATURES_tune-thunderx} bigendian" |