summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-thunderx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-thunderx.inc')
-rw-r--r--meta/conf/machine/include/tune-thunderx.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/machine/include/tune-thunderx.inc b/meta/conf/machine/include/tune-thunderx.inc
index 3d43b0f7e5..92adf2df1f 100644
--- a/meta/conf/machine/include/tune-thunderx.inc
+++ b/meta/conf/machine/include/tune-thunderx.inc
@@ -1,11 +1,11 @@
1require conf/machine/include/arm/arch-armv8.inc
2
3DEFAULTTUNE ?= "thunderx" 1DEFAULTTUNE ?= "thunderx"
4AVAILTUNES += "thunderx thunderx_be" 2AVAILTUNES += "thunderx thunderx_be"
5 3
6TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX" 4TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX"
7 5
8TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunderx ', '',d)}" 6TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunderx', '',d)}"
7
8require conf/machine/include/arm/arch-armv8a.inc
9 9
10ARMPKGARCH_tune-thunderx ?= "thunderx" 10ARMPKGARCH_tune-thunderx ?= "thunderx"
11ARMPKGARCH_tune-thunderx_be ?= "thunderx_be" 11ARMPKGARCH_tune-thunderx_be ?= "thunderx_be"
@@ -15,5 +15,5 @@ TUNE_FEATURES_tune-thunderx_be = "${TUNE_FEATURES_tune-thunderx} bigendian"
15BASE_LIB_tune-thunderx = "lib64" 15BASE_LIB_tune-thunderx = "lib64"
16BASE_LIB_tune-thunderx_be = "lib64" 16BASE_LIB_tune-thunderx_be = "lib64"
17 17
18PACKAGE_EXTRA_ARCHS_tune-thunderx = "aarch64 thunderx" 18PACKAGE_EXTRA_ARCHS_tune-thunderx = "armv8a-crc-crypto thunderx"
19PACKAGE_EXTRA_ARCHS_tune-thunderx_be = "aarch64_be thunderx_be" 19PACKAGE_EXTRA_ARCHS_tune-thunderx_be = "aarch64_be thunderx_be"