- 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)
17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
# Machine specific TFAs
|
|
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
|
|
COMPATIBLE_MACHINE:corstone1000 = "corstone1000"
|
|
EXTRA_OEMAKE:append:corstone1000 = " DEBUG=0"
|
|
EXTRA_OEMAKE:append:corstone1000 = " LOG_LEVEL=30"
|
|
TFTF_MODE:corstone1000 = "release"
|
|
|
|
COMPATIBLE_MACHINE:n1sdp = "n1sdp"
|
|
EXTRA_OEMAKE:append:n1sdp = " DEBUG=1"
|
|
EXTRA_OEMAKE:append:n1sdp = " LOG_LEVEL=50"
|
|
TFTF_MODE:n1sdp = "debug"
|
|
SRC_URI:append:n1sdp = " \
|
|
file://0001-n1sdp-tftf-tests-to-skip.patch \
|
|
"
|