- 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)
31 lines
812 B
Plaintext
31 lines
812 B
Plaintext
# Configuration for juno development board
|
|
|
|
#@TYPE: Machine
|
|
#@NAME: Juno machine
|
|
#@DESCRIPTION: Machine configuration for Juno
|
|
|
|
TUNE_FEATURES = "aarch64"
|
|
|
|
require conf/machine/include/arm/arch-armv8a.inc
|
|
|
|
MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth optee pci"
|
|
|
|
KERNEL_IMAGETYPE = "Image.gz"
|
|
KERNEL_DEVICETREE = "arm/juno.dtb arm/juno-r1.dtb arm/juno-r2.dtb"
|
|
|
|
IMAGE_FSTYPES += "tar.bz2 ext4 cpio.gz"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyAMA0"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
|
|
|
EXTRA_IMAGEDEPENDS += "trusted-firmware-a virtual/bootloader firmware-image-juno"
|
|
|
|
# Juno u-boot configuration
|
|
UBOOT_MACHINE = "vexpress_aemv8a_juno_defconfig"
|
|
|
|
INITRAMFS_IMAGE_BUNDLE ?= "1"
|
|
INITRAMFS_IMAGE = "core-image-minimal"
|
|
IMAGE_NAME_SUFFIX = ""
|