summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-27 10:28:40 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-27 10:28:40 +0200
commita44a502de682111e6054af149ecd9a1464bcf440 (patch)
treeb83ea0e33984f158a0d62b439b71d86636bf25b9 /meta-oe/recipes-core
parent6f67d69d41ec496248d0122f8ecd3a015f8d6a83 (diff)
downloadmeta-openembedded-contrib-a44a502de682111e6054af149ecd9a1464bcf440.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 3275465949..670a4272e5 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -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"