summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-07-15 13:23:07 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-07-23 13:06:29 +0100
commiteb2f6d460cac81cdf46da1deb5c6227d2f34e9af (patch)
tree569200b9e6d992cdfc1f461d7d813972a7af690d
parent93c468ddb6915956b465d8570fa79cda5c2e2f34 (diff)
downloadmeta-raspberrypi-eb2f6d460cac81cdf46da1deb5c6227d2f34e9af.tar.gz
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 <christopher.w.clark@gmail.com>
-rw-r--r--conf/machine/include/rpi-base.inc1
1 files changed, 1 insertions, 0 deletions
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"
82MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_I2C', '1', 'kernel-module-i2c-dev kernel-module-i2c-bcm2708', '', d)}" 82MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_I2C', '1', 'kernel-module-i2c-dev kernel-module-i2c-bcm2708', '', d)}"
83MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_IR', '1', 'kernel-module-gpio-ir kernel-module-gpio-ir-tx', '', d)}" 83MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_IR', '1', 'kernel-module-gpio-ir kernel-module-gpio-ir-tx', '', d)}"
84 84
85SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}"
85 86
86# Set Raspberrypi splash image 87# Set Raspberrypi splash image
87SPLASH = "psplash-raspberrypi" 88SPLASH = "psplash-raspberrypi"