-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.env
More file actions
44 lines (34 loc) · 1.1 KB
/
build.env
File metadata and controls
44 lines (34 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/bash
set -x
if [ -z ${OEDIR} ]; then
echo "setting OEDIR to `pwd`"
OEDIR=`pwd`
fi
#### default config here ###
TESTING_KERNEL=linux-openmoko-2.6.28
UNSTABLE_KERNEL=linux-openmoko-stable
EXPERIMENTAL_KERNEL=linux-openmoko-devel
TESTING_BRANCH=origin/fso/milestone5.5
UNSTABLE_BRANCH=origin/fso/milestone5.5
EXPERIMENTAL_BRANCH=origin/fso/milestone5.5
#MACHINE_TARGET="om-3d7k om-gta02 om-gta01"
MACHINE_TARGET="om-gta02 om-gta01"
#OM_FEED_TARGET="experimental unstable"
OM_FEED_TARGET="unstable experimental"
OESTATS_SERVER="tinderbox.openembedded.net"
OESTATS_BUILDER="openmoko"
PATH="${OEDIR}/bitbake/bin:${PATH}"
# defult BBPATH, MACHINE, OM_FEED and TMPDIR. This gets overridden in build.sh for specific machines and feeds
TMPDIR="${OEDIR}/openmoko"
MACHINE="om-gta02"
OM_FEED="unstable"
BBPATH="${OEDIR}/${MACHINE}-${OM_FEED}-meta:${OEDIR}/local:${OEDIR}/openembedded"
export OESTATS_SERVER
export OESTATS_BUILDER
export BB_ENV_EXTRAWHITE="OEDIR OESTATS_SERVER OESTATS_BUILDER OM_FEED MACHINE "
export BBPATH
export OEDIR
export PATH
export MACHINE
export OM_FEED
RSYNC_TARGET=/space/www/buildhost/daily