summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-13 16:08:54 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-13 16:08:54 +0400
commit81b435214d5121e8ac4a4c8d457aa75f8f47f5c8 (patch)
tree70cd96902e247b567bc01734d75d6958ecae41e4
parentd7238030cbfc7574829d339e9fd3bb365f30fb2f (diff)
Add BeagleBone with uprobes support case
We need to test uprobes on both ARM and THUMB kernels. Arndale uses THUMB. This commit adds the kernel built with ARM instruction set. Signed-off-by: Andrey Konovalov <andrey.konovalov@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 0a8137d..38f7935 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -54,6 +54,12 @@ case "${hwpack}" in
export kernel_flavour="am335x"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/multi_v7.conf linaro/configs/beaglebone.conf"
;;
+ beaglebone-uprobes)
+ export hwpack_type="beaglebone"
+ export board_types="beaglebone-black"
+ 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"
@@ -131,7 +137,7 @@ case "${hwpack}" in
vexpress)
echo "DEVICE_TYPE=vexpress-a9" >> post_build_lava_parameters
;;
- arndale-be|arndale-uprobes|panda-be|vexpress64)
+ arndale-be|arndale-uprobes|beaglebone-uprobes|panda-be|vexpress64)
echo "Skip DEVICE_TYPE for ${hwpack}"
;;
esac