summaryrefslogtreecommitdiff
path: root/ll-ci.sh
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-07-08 23:54:18 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-07-08 23:54:18 +0400
commita69a8ed114d18511dc37cad2973b97b1b76d4222 (patch)
treea0a481c09b8b62f30d1393846fee5faf4e2bd4d4 /ll-ci.sh
parent3fe242e3a791f61016d4fff46fdcff616de5e684 (diff)
Drop origen - support deprecated
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'll-ci.sh')
-rwxr-xr-xll-ci.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 67b67e5..ed0706c 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -57,12 +57,6 @@ case "${hwpack}" in
export kernel_flavour="am335x"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/uprobes.conf linaro/configs/multi_v7.conf linaro/configs/beaglebone.conf"
;;
- origen)
- export hwpack_type="origen"
- export board_types="origen"
- export kernel_flavour="origen"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/origen.conf"
- ;;
panda)
export hwpack_type="panda"
export board_types="panda,panda-es"
@@ -112,7 +106,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|arndale-octa|origen|panda)
+ arndale|arndale-octa|panda)
echo "DEVICE_TYPE=${hwpack}" >> post_build_lava_parameters
;;
arndale-uprobes)