- 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)
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBone machine
|
|
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
|
|
|
require conf/machine/include/ti33x.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}am335x-bone \
|
|
${DT_VENDOR_PREFIX}am335x-pocketbeagle \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
${DT_VENDOR_PREFIX}am335x-bone.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblack.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblack-wireless.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblue.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-bonegreen.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-bonegreen-wireless.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-pocketbeagle.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe-extended-wifi.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe-lite.dtb \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
MACHINE_FEATURES += "screen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS0"
|