mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
systemd: add hack to fix parsing for machines without SERIAL_CONSOLE set
The recipe should stop installing the unit in that case Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
||||
DEPENDS = "readline udev dbus libcap2 libcgroup"
|
||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
|
||||
SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
|
||||
|
||||
PRIORITY = "optional"
|
||||
SECTION = "base/shell"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user