summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2013-10-11 12:48:01 +0200
committerKoen Kooi <koen.kooi@linaro.org>2013-10-11 12:48:01 +0200
commitd401dbd911cfc846a29250661e95be8bb726a7fd (patch)
treef921844dc48fbb8c7e7e94fbd495447c6de26186
parent67512949b2e0b8e3809437f7d834ddae2be33064 (diff)
lava-submit.py: the device name is beaglebone-black, but be bundle stream is called beaglebone
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xlava-submit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava-submit.py b/lava-submit.py
index a0680da..7634346 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -91,7 +91,7 @@ tests_openembedded_leg_java = [
# Mapping device type - bundle stream
DEVICE_STREAM = {
'arndale': 'arndale',
- 'beaglebone-black': 'beaglebone-black',
+ 'beaglebone-black': 'beaglebone',
'beaglexm': 'beaglexm',
'highbank': 'highbank',
'origen': 'leb-origen',