aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream/builders.sh
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-10 08:35:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-10 08:35:18 +0200
commit87fc8e0748125a14a1a3abec62778c7bdcec4026 (patch)
tree8ad1fcafe328af35b6bf3831bef3057c4bd3c88d /zephyr-upstream/builders.sh
parent65cf683c58f40a76e4a1742b031453bbc4642cf2 (diff)
zephyr: remove cmake package from distro
It's pre-installed in the docker image. Keep it in the build script for documentation. Change-Id: I18f37d9992fe3dd31ea97511a2e76824849a1732 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'zephyr-upstream/builders.sh')
-rwxr-xr-xzephyr-upstream/builders.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index e2ea330c44..9071ae01ab 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -9,6 +9,14 @@ set -ex
# Distro package is too old for Zephyr
sudo pip3 install pyelftools pykwalify
+# CMake is pre-installed
+#cmake_version=3.9.5
+#wget -q https://cmake.org/files/v3.9/cmake-${cmake_version}-Linux-x86_64.tar.gz
+#tar xf cmake-${cmake_version}-Linux-x86_64.tar.gz
+#cp -a cmake-${cmake_version}-Linux-x86_64/bin/* /usr/local/bin/
+#cp -a cmake-${cmake_version}-Linux-x86_64/share/* /usr/local/share/
+#rm -rf cmake-${cmake_version}-Linux-x86_64
+#cmake -version
git clone -b ${BRANCH} https://git.linaro.org/lite/zephyr.git ${WORKSPACE}
git clean -fdx