blob: 614ed894003203a0ac8d204e074df7b7961f6cbd (
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
|
INHERIT += "tinderclient"
#Name of the client
#TINDER_MACHINE = "Test-NameOfClient-build-image"
# Which lof file to write to, which tree to report to
#TINDER_LOG = "${TMPDIR}/tinder.log"
#TINDER_TREE = "OpenEmbeddedBuilds"
# HTTP posting
#TINDER_HOST = "ewi546.ewi.utwente.nl"
#TINDER_URL = "/tinderbox"
# Which branch do we build
#TINDER_BRANCH = "org.openembedded.dev"
# Clobbing
# 0 for rebuilding everything from scratch
# 1 for incremental builds
#TINDER_CLOBBER = "0"
# Do a report at all
#TINDER_REPORT = "1"
|