From f59618443ba8b3264d46020e225c5719ce22bf6d Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 May 2014 10:53:44 +0300 Subject: Drop highbank and midway - support deprecated Signed-off-by: Fathi Boudra --- ll-ci.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'll-ci.sh') diff --git a/ll-ci.sh b/ll-ci.sh index 0c811c5..0035548 100755 --- a/ll-ci.sh +++ b/ll-ci.sh @@ -60,18 +60,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" ;; - highbank) - export hwpack_type="highbank" - export board_types="highbank" - export kernel_flavour="highbank" - export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/highbank.conf" - ;; - midway) - export hwpack_type="midway" - export board_types="midway" - export kernel_flavour="midway" - export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/xen.conf linaro/configs/highbank.conf" - ;; origen) export hwpack_type="origen" export board_types="origen" @@ -125,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|arndale-octa|highbank|midway|origen|panda) + arndale|arndale-octa|origen|panda) echo "DEVICE_TYPE=${hwpack}" >> post_build_lava_parameters ;; arndale-uprobes) -- cgit v1.2.3