Files
openwrt_yocto/poky/meta/conf/machine/include/arm/armv8-4a/tune-neoverse512tvb.inc
T
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

16 lines
749 B
PHP

#
# Tune Settings for neoverse-512tvb
#
DEFAULTTUNE ?= "neoverse512tvb"
TUNEVALID[neoverse512tvb] = "Enable neoverse-512tvb specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'neoverse512tvb', ' -mcpu=neoverse-512tvb', '', d)}"
require conf/machine/include/arm/arch-armv8-4a.inc
AVAILTUNES += "neoverse512tvb"
ARMPKGARCH:tune-neoverse512tvb = "neoverse512tvb"
TUNE_FEATURES:tune-neoverse512tvb = "aarch64 crypto neoverse512tvb"
PACKAGE_EXTRA_ARCHS:tune-neoverse512tvb = "${PACKAGE_EXTRA_ARCHS:tune-armv8-4a-crypto} neoverse512tvb"
BASE_LIB:tune-neoverse512tvb = "lib64"