summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xll-ci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 10a08aa..e1e469b 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -113,7 +113,7 @@ echo "HWPACK_FILE_NAME=`ls hwpack_linaro-${hwpack}*.tar.gz`" >> post_build_lava_
echo "BUNDLE_STREAM_NAME=/private/team/linaro/ci-linux-linaro-tracking-ll/" >> post_build_lava_parameters
case "${hwpack}" in
- arndale|highbank|midway|origen|panda)
+ arndale|arndale-octa|highbank|midway|origen|panda)
echo "DEVICE_TYPE=${hwpack}" >> post_build_lava_parameters
;;
beaglebone)
@@ -125,7 +125,7 @@ case "${hwpack}" in
vexpress)
echo "DEVICE_TYPE=vexpress-a9" >> post_build_lava_parameters
;;
- arndale-be|arndale-octa|panda-be|vexpress64)
+ arndale-be|panda-be|vexpress64)
echo "Skip DEVICE_TYPE for ${hwpack}"
;;
esac