aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-01-04 15:40:55 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-01-04 15:40:55 +0200
commit722d3a7433eae1333194d7637ba462b8e85d8fa5 (patch)
treea3c2cbbec9d6865b83af21fc7723b19930cc892d /zephyr-upstream
parent0314e4719692af4386cb7e99c3f614969fa09098 (diff)
zephyr-upstream: Install too fresh cmake, as required by Zephyr master.
Change-Id: I32090e37b2ce7f6eddb70630444fd5227f631e2c Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'zephyr-upstream')
-rwxr-xr-xzephyr-upstream/builders.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index 46e2d76b51..44d1e02443 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -9,7 +9,9 @@ set -ex
# Distro package is too old for Zephyr
sudo pip3 install pyelftools pykwalify
-# CMake is pre-installed
+# Pre-installed CMake is too old for the latest Zephyr
+# Recent recommendation to users is to install it via PyPI, let'd do the same
+sudo pip3 install cmake
#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