summaryrefslogtreecommitdiff
path: root/tsp/common.sh
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-01-12 13:33:05 +0100
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-03-29 12:48:09 +0200
commit55a857de6a40c6c35396c29ed32f127ca2ead13c (patch)
tree6f1386e348451e5034f968f9d0ca8464eeb00786 /tsp/common.sh
parent39889bad953d30a7fe47d7429706a16fa3eeb7b2 (diff)
downloadmajor-55a857de6a40c6c35396c29ed32f127ca2ead13c.tar.gz
major-55a857de6a40c6c35396c29ed32f127ca2ead13c.tar.bz2
major-55a857de6a40c6c35396c29ed32f127ca2ead13c.zip
Add TARGET_LIST to tsp/common.sh
List of used target types is stored in a single place. Change-Id: Ia22639a708ebfcadfee24b6c3c93cc5561979987 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'tsp/common.sh')
-rwxr-xr-xtsp/common.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tsp/common.sh b/tsp/common.sh
index b60830b..ca6bbe4 100755
--- a/tsp/common.sh
+++ b/tsp/common.sh
@@ -27,6 +27,13 @@ die() {
exit "${2:-1}"
}
+# Supported targets are:
+# * artik5, headless-artik5, artik10, headless-artik10
+# * minnow32, minnow64
+# * odroid
+# * mbr64
+TARGET_LIST="artik10 headless-artik5 mbr64 minnow64 minnow32 odroid"
+
test -z "${TSP_DIR}" || export TS_ONFINISH="${TSP_DIR}/scripts/log.sh"
WS="${HOME}/ws"