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>
This commit is contained in:
Saul Wold 2012-03-26 22:42:59 -07:00 committed by Richard Purdie
parent a58c37291b
commit e195338cf5
2 changed files with 8 additions and 4 deletions

View 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"

View 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&