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:
@@ -0,0 +1,20 @@
|
||||
DEFAULTTUNE ?= "ppce6500"
|
||||
|
||||
require conf/machine/include/powerpc/arch-powerpc64.inc
|
||||
|
||||
TUNEVALID[e6500] = "Enable Freescale e6500 specific processor optimizations"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' -mcpu=e6500', '', d)}"
|
||||
|
||||
AVAILTUNES += "ppce6500 ppc64e6500"
|
||||
TUNE_FEATURES:tune-ppce6500 = "m32 fpu-hard e6500 altivec bigendian"
|
||||
BASE_LIB:tune-ppce6500 = "lib"
|
||||
TUNE_PKGARCH:tune-ppce6500 = "ppce6500"
|
||||
PACKAGE_EXTRA_ARCHS:tune-ppce6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce6500"
|
||||
|
||||
TUNE_FEATURES:tune-ppc64e6500 = "m64 fpu-hard e6500 altivec bigendian"
|
||||
BASE_LIB:tune-ppc64e6500 = "lib64"
|
||||
TUNE_PKGARCH:tune-ppc64e6500 = "ppc64e6500"
|
||||
PACKAGE_EXTRA_ARCHS:tune-ppc64e6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64e6500"
|
||||
|
||||
# QEMU usermode fails with invalid instruction error (YOCTO: #10304)
|
||||
MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}"
|
||||
Reference in New Issue
Block a user