aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/post-build-lava.py
diff options
context:
space:
mode:
authorAlexander Sack <asac@linaro.org>2012-09-21 16:18:55 +0200
committerAlexander Sack <asac@linaro.org>2012-09-21 16:18:55 +0200
commit863b6e5ba34d7b016db83a47576468026548d2f0 (patch)
tree6808866e8c548c1349be8318d2f783e394573973 /build-scripts/post-build-lava.py
parent0026d2f93752b63ea5fca169aa300b507b0ec8ac (diff)
add support LAVA_SUBMIT support for vexpress_rtsm builds; default dev type: rtsm_ve-a15x4-a7x4
Diffstat (limited to 'build-scripts/post-build-lava.py')
-rwxr-xr-xbuild-scripts/post-build-lava.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index 86d0862..08f2d92 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -46,6 +46,11 @@ PRODUCT_MAP = {
"image_path": "%s%s" % (
"target/product/",
"vexpress")},
+ "vexpress_rtsm": {
+ "test_device_type": "rtsm_ve-a15x4-a7x4",
+ "image_path": "%s%s" % (
+ "target/product/",
+ "vexpress_rtsm")},
}
OPTION_SUFFIX = "_OPTION"