mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 12:52:17 +00:00
gdm: do not rely on dev-tty7.device
Error message was: [ TIME ] Timed out waiting for device dev-tty7.device. [DEPEND] Dependency failed for Gnome Display Manager. run tested on overo/xfce Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
3b5c4f60d3
commit
4ac49b2ac2
@ -1,7 +1,6 @@
|
||||
[Unit]
|
||||
Description=Gnome Display Manager
|
||||
Requires=dev-tty7.device
|
||||
After=dev-tty7.device systemd-user-sessions.service
|
||||
After=systemd-user-sessions.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/gdm -nodaemon
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# look for files in the layer first
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PRINC := "${@int(PRINC) + 2}"
|
||||
PRINC := "${@int(PRINC) + 3}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user