summaryrefslogtreecommitdiffstats
path: root/conf
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-17 01:03:27 +0100
commite28d6b83ea33120bc6d09e344bcb34a53b3e1a80 (patch)
tree65b46ba8bdb0a9d89086c2ad045429e1111c0612 /conf
parent497a90a220086c1b23f6bd53a502adfa7bb060b9 (diff)
downloadmeta-raspberrypi-e28d6b83ea33120bc6d09e344bcb34a53b3e1a80.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>
Diffstat (limited to 'conf')
-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"