]> code.ossystems Code Review - openembedded-core.git/commitdiff
builder: Enable auto starting of Hob
authorSaul Wold <sgw@linux.intel.com>
Tue, 27 Mar 2012 05:42:59 +0000 (22:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Mar 2012 12:22:07 +0000 (13:22 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/builder/builder_0.1.bb
meta/recipes-graphics/builder/files/builder_hob_start.sh

index ceb961206d3898176e1b23857533a2fab98d0e31..1324e5ba1bd4ae844795369921fdb3590b9158ad 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "New user to do specific job"
 DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific jobs like building. The task can be auto started via mini X"
 SECTION = "x11"
-PR = "r0"
+PR = "r1"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"
 
index fdafc4e6325917ea8bdb74db1c82f58bffc5d772..f43e6c5e8a7d6f7b6c317314e9b1ba37197dc72c 100644 (file)
@@ -4,8 +4,12 @@
 #be put here
 
 # start hob here
-#cd /intel/poky/poky
-#. ./oe-init-build-env
-#../scripts/hob
+export PSEUDO_PREFIX=/usr
+export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
+export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
+
+cd /home/builder/poky
+. ./oe-init-build-env
+hob &
 
 matchbox-terminal&