From 50ba80364cf6d34226100049e42a8b7b0be545ba Mon Sep 17 00:00:00 2001 From: Markus Niebel Date: Tue, 12 Apr 2022 09:47:32 +0200 Subject: Revert "qoriq-arm64.inc: use weak defaults" This reverts commit 9d5c49f8c604f117da0995f8946ff04c17caada9. Although it seems a good idea to use a weak default for SERIAL_CONSOLES this cannot be achieved since bitbake.conf does a weak assignment after the inclusion of machine config files. This will override the weak assignment here. Revert to bring old behaviour back. Signed-off-by: Markus Niebel --- conf/machine/include/qoriq-arm64.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc index 73a7cdcf..e8d99a6e 100644 --- a/conf/machine/include/qoriq-arm64.inc +++ b/conf/machine/include/qoriq-arm64.inc @@ -2,8 +2,8 @@ KERNEL_IMAGETYPE ?= "Image" -SERIAL_CONSOLES ??= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" -SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" MACHINEOVERRIDES =. "qoriq-arm64:" -- cgit v1.2.3-54-g00ecf