summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-03-13 11:06:44 +0100
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-03-14 09:34:26 +0000
commit2000b608d72e0d8f84d7582797dea80bab32e8a4 (patch)
treef31f741a9e9290b8118e393aea2a90a8616867f4 /tcwg-benchmark.sh
parentad5b80915ae67424a0a64e22902cd94055332922 (diff)
tcwg_bmk-build.sh: Add project handling for QC board
Change-Id: I0949daeeab3487ffb2a2c2820fb7d0e6bdc46f6f
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 894404ff..863079e6 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -276,6 +276,8 @@ case "$hw_tag:$boardname:$image_arch" in
tx1_32:*-tx1-*:armhf) ;;
fx_32:*-fx-*:armhf) ;;
fx_64:*-fx-*:arm64) ;;
+ qc_32:*-qc-*:armhf) ;;
+ qc_64:*-qc-*:arm64) ;;
*)
echo "ERROR: results_id does not start with a valid hw_tag: $hw_tag"
exit 1