mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 10:14:34 +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:
parent
6f67d69d41
commit
a44a502de6
@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
|||||||
DEPENDS = "readline udev dbus libcap2 libcgroup"
|
DEPENDS = "readline udev dbus libcap2 libcgroup"
|
||||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||||
|
|
||||||
|
SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
|
||||||
|
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
SECTION = "base/shell"
|
SECTION = "base/shell"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user