From 7a2933483ee89a9ff1aa8fd94fe655dd5e615135 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 20 Jul 2021 15:16:16 +0100 Subject: [PATCH] arm/generic-arm64: don't set SERIAL_CONSOLES This machine expects something approximating SystemReady, which means the firmware should be capable of telling the kernel where the console is. Remove SERIAL_CONSOLES so the kernel does what the firmware is told, and doesn't try to use serial consoles that don't exist. Change-Id: Ib0b008fececf4c046112bdede9d0d3ebf9dc332b Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/conf/machine/generic-arm64.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-arm/conf/machine/generic-arm64.conf b/meta-arm/conf/machine/generic-arm64.conf index 05b3e70c..ca4b8d3b 100644 --- a/meta-arm/conf/machine/generic-arm64.conf +++ b/meta-arm/conf/machine/generic-arm64.conf @@ -1,12 +1,10 @@ #@TYPE: Machine #@NAME: generic-arm64 -#@DESCRIPTION: Generic Arm64 machine for creating rootfs that should work on all arm64 hardware +#@DESCRIPTION: Generic Arm64 machine for typical SystemReady platforms, which +#have working firmware and boot via EFI. require conf/machine/include/arm/arch-armv8a.inc -SERIAL_CONSOLES ?= "115200;ttyAMA0" -SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" - PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" PREFERRED_VERSION_linux-yocto ?= "5.10%"