- 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)
12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
# Include machine specific configurations for UEFI EDK2
|
|
|
|
MACHINE_EDK2_REQUIRE ?= ""
|
|
|
|
MACHINE_EDK2_REQUIRE:fvp-base = "edk2-firmware-fvp-base.inc"
|
|
MACHINE_EDK2_REQUIRE:juno = "edk2-firmware-juno.inc"
|
|
MACHINE_EDK2_REQUIRE:sbsa-ref = "edk2-firmware-sbsa-ref.inc"
|
|
MACHINE_EDK2_REQUIRE:sgi575 = "edk2-firmware-sgi575.inc"
|
|
MACHINE_EDK2_REQUIRE:n1sdp = "edk2-firmware-n1sdp.inc"
|
|
|
|
require ${MACHINE_EDK2_REQUIRE}
|