summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-01-25 19:07:52 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:06 +0100
commit310fc9003de3fca2a7e93e49c7429e81e557a8ec (patch)
treed3f9d3cd81e8902073bf9580004840ec982529f0
parent3827a5d1b8803b2d0c8f19c5f59365992eb123bb (diff)
angstrom-qt5-x11-image: use a more robust way to start x
qt5-x11-free-systemd did provide a script which started X and then an application up to now. Move to an xinit aided way of starting exactly one user application by using - xserver-nodm-init to start X and have - x-window-simple-app provide a script which starts the one and only application after X was succefully started and e.g. a touch screen calibrator did its job. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index 3f31763..8478146 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -178,7 +178,7 @@ IMAGE_INSTALL_QT5 = " \
packagegroup-qt5 \
liberation-fonts \
qtsmarthome \
- qt5-x11-free-systemd \
+ x-window-simple-app \
"
IMAGE_INSTALL_append_tegra = " \
@@ -236,6 +236,8 @@ IMAGE_INSTALL += " \
xset \
setxkbmap \
\
+ xserver-nodm-init \
+ \
xrdb \
xorg-minimal-fonts xserver-xorg-utils \
scrot \