blob: 00cb7fa5db885cf4245e35de6b9f9d18e2b872a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
INHERIT += "tinderclient"
# the name of the admin (e.g you)
#TINDER_ADMIN = "you@yourhost"
#Name of the client
#TINDER_BUILD = "Tinder Client Test/NameOfClient"
#What error parser to use
#TINDER_ERROR = "unix"
#TINDER_VERBOSE_REPORT = "1"
#TINDER_LOG = "${TMPDIR}/tinder.log"
#TINDER_MAILTO = "tinderbox-oe@gmx.net"
#TINDER_SUBJECT = "Subject of the to be send mail"
#TINDER_TREE = "OpenEmbeddedBuild"
#the From: of the report mails
#TINDER_FROM = "you@yourhost"
#TINDER_REPORT = "1"
TINDER_START := "${@time.strftime('%m/%d/%Y %H:%M:%S', time.localtime())}"
|