aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/testing/testbuilder/testbuilder.d/testing.conf.sample
blob: 6bf78df5df9866fcf27031aefb4f593fb64b2764 (plain)
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
### NOTES
# 1. All names in SETS variables should consists only of alphanumeric
# characters and underscores, and beginning with an alphabetic character or an
# underscore.
# i.e. [a-zA-Z_][a-zA-Z0-9_]*
# My recommendation is not to use underscore as well
# 2. You can prefix any word in following 'list' variables
# with '!' do disable it.
# 3. All lists items will be processed in order they appears in list

## DISABLED: Is this build disabled?
DISABLED=yes
## BUILD: Just some text comment to show in build log
BUILD="Regular build of testing branch"
## OE_BRANCH: OE branch to use for this build
OE_BRANCH="testing-next"
## BB_BRANCH: bitbake branch to use for this build
BB_BRANCH="1.10"
## DISTROS: OE distros
DISTROS="angstrom-2010.x minimal"
## IMAGES: OE images
IMAGES="console-image x11-image opie-image"
## SETS: build all machines in set within same TMPDIR
SETS="armv5 mips32 mips64 ppc sh4 i686"
## MACHINES: OE machines per build set
MACHINES_armv5="qemuarm"
MACHINES_mips32="qemumips qemumipsel"
MACHINES_mips64="qemumips64"
MACHINES_ppc="qemuppc"
MACHINES_sh4="qemush4"
MACHINES_i686="qemux86"
# IMAGE_FSTYPES: What image types to build
IMAGE_FSTYPES="tar.gz"
# DEPLOY_DIR_IMAGE: Where to place images
DEPLOY_DIR_IMAGE="${BLD_DIR}/images/testing"
## TASKS: What to do exactly
# build_clean - do clean builds
# build_incremental - do incremental builds
# create_mw_table - create mediawiki table for Testing page
TASKS="build_clean build_incremental create_mw_table"