From 310fc9003de3fca2a7e93e49c7429e81e557a8ec Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 25 Jan 2018 19:07:52 +0100 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-images/images/angstrom-qt5-x11-image.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3