mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 23:28:05 +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]
|
[Unit]
|
||||||
Description=Gnome Display Manager
|
Description=Gnome Display Manager
|
||||||
Requires=dev-tty7.device
|
After=systemd-user-sessions.service
|
||||||
After=dev-tty7.device systemd-user-sessions.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/gdm -nodaemon
|
ExecStart=/usr/sbin/gdm -nodaemon
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# look for files in the layer first
|
# look for files in the layer first
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 2}"
|
PRINC := "${@int(PRINC) + 3}"
|
||||||
|
|
||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user