diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-07-15 13:23:07 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-07-23 13:06:29 +0100 |
commit | eb2f6d460cac81cdf46da1deb5c6227d2f34e9af (patch) | |
tree | 569200b9e6d992cdfc1f461d7d813972a7af690d | |
parent | 93c468ddb6915956b465d8570fa79cda5c2e2f34 (diff) | |
download | meta-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.inc | 1 |
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" | |||
82 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_I2C', '1', 'kernel-module-i2c-dev kernel-module-i2c-bcm2708', '', d)}" | 82 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_I2C', '1', 'kernel-module-i2c-dev kernel-module-i2c-bcm2708', '', d)}" |
83 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_IR', '1', 'kernel-module-gpio-ir kernel-module-gpio-ir-tx', '', d)}" | 83 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "${@oe.utils.conditional('ENABLE_IR', '1', 'kernel-module-gpio-ir kernel-module-gpio-ir-tx', '', d)}" |
84 | 84 | ||
85 | SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" | ||
85 | 86 | ||
86 | # Set Raspberrypi splash image | 87 | # Set Raspberrypi splash image |
87 | SPLASH = "psplash-raspberrypi" | 88 | SPLASH = "psplash-raspberrypi" |