Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
27
sources/poky/meta/conf/machine/include/x86/tune-i686.inc
Normal file
27
sources/poky/meta/conf/machine/include/x86/tune-i686.inc
Normal file
@@ -0,0 +1,27 @@
|
||||
#
|
||||
# The i686 CPU family was introduced with the Intel Pentium Pro in 1995.
|
||||
# It has as required feature flags: fpu tsc cx8 cmov.
|
||||
#
|
||||
# It is the minimum CPU required by the Debian i386 port.
|
||||
# https://lists.debian.org/debian-devel-announce/2016/05/msg00001.html
|
||||
#
|
||||
#
|
||||
|
||||
DEFAULTTUNE ?= "i686"
|
||||
|
||||
# Set x86 target arch to i686, so that glibc enables SSE optimised memcpy, etc.
|
||||
X86ARCH32 ?= "i686"
|
||||
|
||||
# Include the previous tune to pull in PACKAGE_EXTRA_ARCHS
|
||||
require conf/machine/include/x86/tune-i586.inc
|
||||
|
||||
# Extra tune features
|
||||
TUNEVALID[i686] = "Enable i686 specific processor optimizations"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'i686', ' -march=i686', '', d)}"
|
||||
|
||||
# Extra tune selections
|
||||
AVAILTUNES += "i686"
|
||||
TUNE_FEATURES:tune-i686 = "${TUNE_FEATURES:tune-x86} i686"
|
||||
BASE_LIB:tune-i686 = "lib"
|
||||
TUNE_PKGARCH:tune-i686 = "i686"
|
||||
PACKAGE_EXTRA_ARCHS:tune-i686 = "${PACKAGE_EXTRA_ARCHS:tune-i586} i686"
|
||||
Reference in New Issue
Block a user