aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark-christophe.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-16 14:24:22 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-16 14:24:22 +0000
commit132c4f4cad3b488c8da37518d8f7985daa9f5794 (patch)
treeef759d07553cea3eea38158e82dfc34ca980a893 /tcwg-benchmark-christophe.yaml
parent3bcb41e088086c0de88ca291e28e58624e7032ea (diff)
tcwg-benchmark-christophe: Add "sysroot" parameter.
Change-Id: I9736d50557c9e54e1e0fe15bf6f100a06008a91b
Diffstat (limited to 'tcwg-benchmark-christophe.yaml')
-rw-r--r--tcwg-benchmark-christophe.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcwg-benchmark-christophe.yaml b/tcwg-benchmark-christophe.yaml
index 20edf8c202..97be32134b 100644
--- a/tcwg-benchmark-christophe.yaml
+++ b/tcwg-benchmark-christophe.yaml
@@ -30,6 +30,10 @@
default: ''
description: 'CFLAGS to use'
- string:
+ name: sysroot
+ default: ''
+ description: 'Sysroot to use'
+ - string:
name: fileserver
default: dev-01.tcwglab
description: 'File Server for results'
@@ -128,6 +132,8 @@
--bench ${bench_list} \
--config ${config} \
--ccprefix dev-01.tcwglab:${WORKSPACE}/${toolchaindir}/bin/${target} \
+ --cflags "$cflags" \
+ --sysroot "$sysroot" \
--toolchain gnu \
--resultsdest ${fileserver}:results/${NODE_NAME}-123-0/${BUILD_NUMBER} \
--nodename ${NODE_NAME} \