summaryrefslogtreecommitdiffstats
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 @@
1#!/bin/sh
2#This script will be called via mini X session on behalf of file owner, after
3#installed in /etc/mini_x/session.d/. Any auto start jobs including X apps can
4#be put here
5
6# start hob here
7#cd /intel/poky/poky
8#. ./oe-init-build-env
9#../scripts/hob
10
11matchbox-terminal&