summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-11-26 22:07:54 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-11-26 22:07:54 +0400
commitbaf77d10553874deb206c77df0b4e9fe023e63a8 (patch)
treeb4abe1d63d3e672ef7851eb3a8e6f4243f3491a4
parent7b935988bec5590ada8eb1e058bef2874448167b (diff)
Test the panda hwpack on both panda and panda-es
There were bugs specific to Panda ES, so add it to the linux-linaro ci loop. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xll-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index ba727a6..0f3475f 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -57,7 +57,7 @@ case "${hwpack}" in
;;
panda)
export hwpack_type="panda"
- export board_types="panda"
+ export board_types="panda,panda-es"
export kernel_flavour="omap"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/omap2plus.conf linaro/configs/panda.conf"
;;