aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/builder/files/builder_hob_start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/builder/files/builder_hob_start.sh')
-rw-r--r--meta/recipes-graphics/builder/files/builder_hob_start.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh
new file mode 100644
index 0000000000..fdafc4e632
--- /dev/null
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+#This script will be called via mini X session on behalf of file owner, after
+#installed in /etc/mini_x/session.d/. Any auto start jobs including X apps can
+#be put here
+
+# start hob here
+#cd /intel/poky/poky
+#. ./oe-init-build-env
+#../scripts/hob
+
+matchbox-terminal&