diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-26 22:42:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-27 13:26:36 +0100 |
commit | e195338cf550f564559ddb0339c60898df8a60d4 (patch) | |
tree | 1867789eb8fee3167cbec071a8aad6cee3e752fb /meta/recipes-graphics/builder | |
parent | a58c37291b5b471f57e8941482e9d407d43ec299 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/builder/builder_0.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/builder/files/builder_hob_start.sh | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb index ceb961206d..1324e5ba1b 100644 --- a/meta/recipes-graphics/builder/builder_0.1.bb +++ b/meta/recipes-graphics/builder/builder_0.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "New user to do specific job" | 1 | SUMMARY = "New user to do specific job" |
2 | 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" | 2 | 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" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e" | 6 | LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e" |
7 | 7 | ||
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 | 7 | export PSEUDO_PREFIX=/usr |
8 | #. ./oe-init-build-env | 8 | export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo |
9 | #../scripts/hob | 9 | export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64 |
10 | |||
11 | cd /home/builder/poky | ||
12 | . ./oe-init-build-env | ||
13 | hob & | ||
10 | 14 | ||
11 | matchbox-terminal& | 15 | matchbox-terminal& |