summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-04 23:00:14 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-12-04 23:03:18 +0400
commit72c7abd54b3960b857bad82268c3cfa90a2a8dd0 (patch)
tree49a47a188c5b580533e8d15fc43b9a6a96ac3d17
parentbaf77d10553874deb206c77df0b4e9fe023e63a8 (diff)
Temporary disable CONFIG_CPU_FREQ for Arndale and Origen
This is to workaround the build failure: https://ci.linaro.org/jenkins/job/linux-linaro-tracking-ll/hwpack=arndale,label=kernel_cloud/245/console Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xll-ci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 0f3475f..49a2061 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -29,6 +29,7 @@ case "${hwpack}" in
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"
+ echo "# CONFIG_CPU_FREQ is not set" >> linaro/configs/arndale.conf
;;
arndale-be)
export hwpack_type="arndale"
@@ -54,6 +55,7 @@ case "${hwpack}" in
export board_types="origen"
export kernel_flavour="origen"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/origen.conf"
+ echo "# CONFIG_CPU_FREQ is not set" >> linaro/configs/origen.conf
;;
panda)
export hwpack_type="panda"