summaryrefslogtreecommitdiff
path: root/ll-ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'll-ci.sh')
-rwxr-xr-xll-ci.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 0f3475f..f2c1308 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -36,6 +36,12 @@ 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 linaro/configs/bigendian.conf"
;;
+ arndale-octa)
+ export hwpack_type="arndale-octa"
+ export board_types="arndale-octa"
+ export kernel_flavour="arndale-octa"
+ export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/arndale-octa.conf"
+ ;;
highbank)
export hwpack_type="highbank"
export board_types="highbank"
@@ -111,7 +117,7 @@ case "${hwpack}" in
vexpress)
echo "DEVICE_TYPE=vexpress-a9" >> post_build_lava_parameters
;;
- arndale-be|midway|panda-be|vexpress64)
+ arndale-be|arndale-octa|midway|panda-be|vexpress64)
echo "Skip DEVICE_TYPE for ${hwpack}"
;;
esac