mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 12:32:11 +02:00
(From OE-Core rev: 924ccf202a6d89de32fc34a140bf9e35e8e43b4e) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
696 B
PHP
20 lines
696 B
PHP
require conf/machine/include/arm/arch-armv8.inc
|
|
|
|
DEFAULTTUNE ?= "thunderx"
|
|
AVAILTUNES += "thunderx thunderx_be"
|
|
|
|
TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX"
|
|
|
|
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunderx ', '',d)}"
|
|
|
|
ARMPKGARCH_tune-thunderx ?= "thunderx"
|
|
ARMPKGARCH_tune-thunderx_be ?= "thunderx_be"
|
|
|
|
TUNE_FEATURES_tune-thunderx ?= "${TUNE_FEATURES_tune-aarch64} thunderx"
|
|
TUNE_FEATURES_tune-thunderx_be ?= "${TUNE_FEATURES_tune-thunderx} bigendian"
|
|
BASE_LIB_tune-thunderx = "lib64"
|
|
BASE_LIB_tune-thunderx_be = "lib64"
|
|
|
|
PACKAGE_EXTRA_ARCHS_tune-thunderx = "aarch64 thunderx"
|
|
PACKAGE_EXTRA_ARCHS_tune-thunderx_be = "aarch64_be thunderx_be"
|