diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-07 11:55:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-08 17:28:32 +0000 |
commit | 3726eb29cfa79a4a1fbdbcaa96f770063c482858 (patch) | |
tree | c7cf37395237034f7ef0dfe08c89cdb09c8e716e /meta/recipes-graphics/wayland/weston-init | |
parent | 7508b61d1cb869233f3d841183edd6fd19d5102e (diff) | |
download | openembedded-core-3726eb29cfa79a4a1fbdbcaa96f770063c482858.tar.gz openembedded-core-3726eb29cfa79a4a1fbdbcaa96f770063c482858.tar.bz2 openembedded-core-3726eb29cfa79a4a1fbdbcaa96f770063c482858.zip |
weston-init: start weston on a new VT
Weston 1.3 needs to run on a VT, which is typically handled by weston-launch.
Currently weston-init doesn't use weston-launch as that depends on the
(non-default) pam DISTRO_FEATURE, so depend on kbd and use openvt directly.
This also fixes problems caused by the init script blocking until Weston exits,
which meant that later init scripts were not actually running.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init')
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init index daa7f2300f..284fd0ac3c 100644 --- a/meta/recipes-graphics/wayland/weston-init/init +++ b/meta/recipes-graphics/wayland/weston-init/init @@ -34,7 +34,7 @@ case "$1" in chmod 0700 $XDG_RUNTIME_DIR fi - weston + openvt -s weston ;; stop) |