summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-07-20 15:38:11 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-07-22 18:23:26 +0200
commit2dad09a609761d87db2b8e87b328879d8f568679 (patch)
treeee7d994ced84f51fb34b00cadb6fd3a7588ba0be
parent0189e5b6b661bddd72022d5b56bccd503003a30c (diff)
x-window-simple-app: add recipe for starting cinematicexperience demo
Related-to: ELB-2838 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-qtcinematicexperience_1.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-graphics/x-window-simple-app/x-window-qtcinematicexperience_1.0.bb b/recipes-graphics/x-window-simple-app/x-window-qtcinematicexperience_1.0.bb
new file mode 100644
index 0000000..f9a3f4d
--- /dev/null
+++ b/recipes-graphics/x-window-simple-app/x-window-qtcinematicexperience_1.0.bb
@@ -0,0 +1,9 @@
+# set the following variable to your one and only application which should
+# be started
+
+INITIAL_APP_PKGS ?= "cinematicexperience"
+INITIAL_PATH ?= "/usr/share/cinematicexperience-1.0"
+X_APPLICATION ?= "${INITIAL_PATH}/Qt5_CinematicExperience"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/x-window-simple-app:"
+require recipes-graphics/x-window-simple-app/x-window-simple-app.inc