mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-27 07:27:04 +00:00
e9a01cec80
Change u-boot and machine config to default to booting a compressed initramfs. This allows for easier testing. A compressed image is needed as the image is too big for the storage, and the error notifying of such is vague. Signed-off-by: Jon Mason <jon.mason@arm.com>
33 lines
891 B
Plaintext
33 lines
891 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"
|
|
|
|
# Use kernel provided by yocto
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto ?= "5.4%"
|
|
PREFERRED_VERSION_trusted-firmware-a ?= "2.5%"
|
|
PREFERRED_VERSION_u-boot ?= "2020.07"
|
|
|
|
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot firmware-image-juno"
|
|
|
|
# Juno u-boot configuration
|
|
UBOOT_MACHINE = "vexpress_aemv8a_juno_defconfig"
|
|
|
|
INITRAMFS_IMAGE_BUNDLE ?= "1"
|
|
INITRAMFS_IMAGE = "core-image-minimal"
|