aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11-common/x11-common
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-08-30 11:32:09 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-08 08:25:18 +0100
commit877851cf0f76a5052900954670fb64aed27a7a1f (patch)
tree013fe438ccbb3613420d5dc610518f5d1b57c27f /meta/recipes-graphics/x11-common/x11-common
parente8ce3d2626e505924a75de96650abca166fd230a (diff)
downloadopenembedded-core-contrib-877851cf0f76a5052900954670fb64aed27a7a1f.tar.gz
x11-common: Remove Xserver script
X startup is now handled in xserver-nodm-init. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/x11-common/x11-common')
-rw-r--r--meta/recipes-graphics/x11-common/x11-common/Xserver.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-graphics/x11-common/x11-common/Xserver.in b/meta/recipes-graphics/x11-common/x11-common/Xserver.in
deleted file mode 100644
index b8eed7610f..0000000000
--- a/meta/recipes-graphics/x11-common/x11-common/Xserver.in
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-
-XSERVER=/usr/bin/Xorg
-
-. /etc/profile
-
-ARGS=" -br -pn @BLANK_ARGS@"
-
-DISPLAY=':0'
-
-exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*