mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
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:
committed by
Richard Purdie
parent
192fbe7e6f
commit
4203c7bd25
11
meta/recipes-graphics/builder/files/builder_hob_start.sh
Normal file
11
meta/recipes-graphics/builder/files/builder_hob_start.sh
Normal 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&
|
||||
Reference in New Issue
Block a user