summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/builder/files/builder_hob_start.sh
blob: f43e6c5e8a7d6f7b6c317314e9b1ba37197dc72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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
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&