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.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index fdafc4e632..f43e6c5e8a 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -4,8 +4,12 @@
4#be put here 4#be put here
5 5
6# start hob here 6# start hob here
7#cd /intel/poky/poky 7export PSEUDO_PREFIX=/usr
8#. ./oe-init-build-env 8export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
9#../scripts/hob 9export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
10
11cd /home/builder/poky
12. ./oe-init-build-env
13hob &
10 14
11matchbox-terminal& 15matchbox-terminal&