summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorayaka <ayaka@soulik.info>2019-02-04 18:57:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-06 08:29:06 +0000
commit3e03926836184b3bb662b6abe5609484d50cc9a7 (patch)
tree524988b516dfa5281d5520d49bce678212c58688 /meta
parentf5034f8a260f9c6aa4f2d2cd3ff1a91f20a2df23 (diff)
downloadpoky-3e03926836184b3bb662b6abe5609484d50cc9a7.tar.gz
ThunderX: update the armv8a rules
I am not familiar with the big endian, so I don't update it. I don't have much information about the Cavium ThunderX, it looks like it supports all the ARM instructions. (From OE-Core rev: b6c6fa72bdffd5d8995058e8e0e21d5561cc16c6) Signed-off-by: Randy Li <ayaka@soulik.info> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"