- 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)
26 lines
552 B
Plaintext
26 lines
552 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleY AI (A53)
|
|
#@DESCRIPTION: Machine configuration for the BeagleY AI board (A53 core)
|
|
|
|
require conf/machine/include/j722s.inc
|
|
|
|
TI_PREFERRED_BSP ?= "bb_org-6_1"
|
|
require conf/machine/include/beagle-bsp.inc
|
|
|
|
UBOOT_MACHINE = "j722s_evm_a53_config"
|
|
|
|
UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_a53.config"
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/k3-j722s \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = ""
|
|
|
|
KERNEL_DEVICETREE:append:bsp-bb_org-6_1 = " \
|
|
ti/k3-j722s-evm.dtb \
|
|
ti/k3-am67a-beagley-ai.dtb \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|