summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-10-16 21:29:01 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-10-16 21:29:01 +0400
commitf8c756c54aab35fd3cd21efa220c9d956ce84415 (patch)
treee763715622a9499f6c179cb88a57f216ac84a4ae
parent383d74efe95333469828208573ed965efd835b15 (diff)
Drop unused builds - armv7 BE and snowball
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xll-ci.sh25
1 files changed, 0 insertions, 25 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 0a3042c..256ab9a 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -30,12 +30,6 @@ case "${hwpack}" in
export kernel_flavour="arndale"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/xen.conf linaro/configs/arndale.conf"
;;
- arndale-be)
- export hwpack_type="arndale"
- export board_types="arndale"
- export kernel_flavour="arndale"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/xen.conf linaro/configs/arndale.conf linaro/configs/bigendian.conf"
- ;;
arndale-octa)
export hwpack_type="arndale-octa"
export board_types="arndale-octa"
@@ -72,19 +66,6 @@ case "${hwpack}" in
export kernel_flavour="omap"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/omap2plus.conf linaro/configs/panda.conf"
;;
- panda-be)
- export hwpack_type="panda"
- export board_types="panda"
- export kernel_flavour="omap"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/bigendian.conf linaro/configs/omap2plus.conf linaro/configs/panda.conf"
- ;;
- snowball)
- export hwpack_type="snowball"
- export board_types="snowball_sd"
- export kernel_flavour="u8500"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/u8500.conf"
- export SKIP_LICENSE=1
- ;;
vexpress)
export hwpack_type="vexpress"
export board_types="vexpress-a9,vexpress-a5,vexpress-tc2,rtsm_ve-a15x1-a7x1,rtsm_ve-a15x4-a7x4"
@@ -129,9 +110,6 @@ case "${hwpack}" in
echo "Skip DEVICE_TYPE for ${hwpack}"
python linaro-image-tools/linaro-hwpack-replace -t `ls hwpack_linaro-beaglebone_*_armhf_supported.tar.gz` -p `ls linux-headers-*-linaro-am335x_*.deb` -r linux-headers -d -i
;;
- snowball)
- echo "DEVICE_TYPE=snowball_sd" >> post_build_lava_parameters
- ;;
vexpress)
echo "DEVICE_TYPE=vexpress-a9" >> post_build_lava_parameters
;;
@@ -163,9 +141,6 @@ case "${hwpack}" in
builddir-*-${kernel_flavour}/arch/arm/boot/dts/qcom-apq8064-ifc6410.dtb \
> zImage_${hwpack}
;;
- arndale-be|panda-be)
- echo "Skip DEVICE_TYPE for ${hwpack}"
- ;;
esac
cp -a builddir-*-${kernel_flavour}/.config kernel_config_${hwpack}