summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-06-20 14:12:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2018-06-20 14:12:04 +0200
commit32e07d09ac0279d0c50b6801e26e6d0be776207c (patch)
treeac8ce743e22401ae5fd68c18096c0e15f4e6d62a
parent435920bd65e8bf850547325bed8c8af96f8dab88 (diff)
Fix the comment which points to how the X11 and the application is started. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index 1fb7355..6557eeb 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -1,9 +1,10 @@
SUMMARY = "Toradex Embedded Linux Qt5 Demo With X11"
SUMMARY_append_apalis-tk1-mainline = " (Mainline)"
-# after the boot systemd starts X and then a qt5 application
-# check recipes-qt/qt5/qt5-x11-free-systemd.bb for the systemd service
-# responsible for this
+# after the boot systemd starts X and then a qt5 application, check
+# recipes-graphics/x-window-simple-app/x-window-simple-app and
+# https://developer.toradex.com/knowledge-base/how-to-autorun-application-at-the-start-up-in-linux#X11_with_One_User_Application
+# for how this is done.
LICENSE = "MIT"