From e28d6b83ea33120bc6d09e344bcb34a53b3e1a80 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Wed, 15 Jul 2020 13:23:07 -0700 Subject: rpi-base: add SERIAL_CONSOLES_CHECK to default to SERIAL_CONSOLES As per the example in the bsp-guide, and the qemu and other machine configs. Assists when running virtualized, where serial console device can differ. Signed-off-by: Christopher Clark --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 044f09d..c398705 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -82,6 +82,7 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules udev-rules-rpi" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_I2C', '1', 'kernel-module-i2c-dev kernel-module-i2c-bcm2708', '', d)}" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_IR', '1', 'kernel-module-gpio-ir kernel-module-gpio-ir-tx', '', d)}" +SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" # Set Raspberrypi splash image SPLASH = "psplash-raspberrypi" -- cgit v1.2.3-54-g00ecf