- 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)
30 lines
773 B
Plaintext
30 lines
773 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBoard X15
|
|
#@DESCRIPTION: Machine configuration for the BeagleBoard X15
|
|
|
|
require conf/machine/include/am57xx.inc
|
|
require conf/machine/include/beagle-bsp.inc
|
|
|
|
DT_VENDOR_PREFIX = "ti/omap/"
|
|
DT_VENDOR_PREFIX:bsp-ti-6_1 = ""
|
|
DT_VENDOR_PREFIX:bsp-bb_org-6_1 = ""
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
${DT_VENDOR_PREFIX}am57xx-beagle-x15 \
|
|
${DT_VENDOR_PREFIX}am57xx-idk-lcd \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
${DT_VENDOR_PREFIX}am57xx-beagle-x15.dtb \
|
|
${DT_VENDOR_PREFIX}am57xx-beagle-x15-revb1.dtb \
|
|
${DT_VENDOR_PREFIX}am57xx-beagle-x15-revc.dtb \
|
|
${DT_VENDOR_PREFIX}am57xx-idk-lcd-osd101t2045.dtbo \
|
|
${DT_VENDOR_PREFIX}am57xx-idk-lcd-osd101t2587.dtbo \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
UBOOT_MACHINE = "am57xx_evm_config"
|