Add "builder" user for specific purpose.

"builder" can start some auto stuff by mini X session.

(From OE-Core rev: fdb12302674101feb85f4e83936652474ffd231d)

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Zhai Edwin
2011-12-21 15:17:21 +08:00
committed by Richard Purdie
parent 192fbe7e6f
commit 4203c7bd25
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
#This script will be called via mini X session on behalf of file owner, after
#installed in /etc/mini_x/session.d/. Any auto start jobs including X apps can
#be put here
# start hob here
#cd /intel/poky/poky
#. ./oe-init-build-env
#../scripts/hob
matchbox-terminal&