summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-01-10 14:39:58 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-01-10 14:39:58 +0200
commit4c8f9caed6660c87a5a6d0af15d5fd0be069a59f (patch)
treed8cec4500af9c313ba62d2970ee728b5582c44b2
parentb4323a673e59b66e06c02abc66308ef9493de442 (diff)
Add Arndale Octa support
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-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