summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/builder/files/builder_hob_start.sh
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-26 22:42:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-27 13:26:36 +0100
commite195338cf550f564559ddb0339c60898df8a60d4 (patch)
tree1867789eb8fee3167cbec071a8aad6cee3e752fb /meta/recipes-graphics/builder/files/builder_hob_start.sh
parenta58c37291b5b471f57e8941482e9d407d43ec299 (diff)
downloadpoky-e195338cf550f564559ddb0339c60898df8a60d4.tar.gz
builder: Enable auto starting of Hob
(From OE-Core rev: bcf024fa1840d532c61ff56f369039bb1e531465) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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&