aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-01-04 15:21:56 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-01-04 15:21:56 +0200
commit0314e4719692af4386cb7e99c3f614969fa09098 (patch)
treee6ffc89816541c1b0ab327f01b9391bb2bd43b09 /lite-aeolus
parent408f5c4c9ad963036892360914cd607a92546513 (diff)
lite-aeolus: Install too fresh cmake, as required by Zephyr master.
Change-Id: Ib15b84f5d53599edefd65f2395b8d1e8b683ecf7 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/build-init.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lite-aeolus/build-init.sh b/lite-aeolus/build-init.sh
index b920bd85..daeaf03c 100644
--- a/lite-aeolus/build-init.sh
+++ b/lite-aeolus/build-init.sh
@@ -6,6 +6,9 @@ sudo apt-get -q=2 update
sudo apt-get -q=2 -y install python3-pip python-serial python3-serial socat
sudo pip3 install pyelftools
+# Zephyr requires very recent version of CMake. Strangely enough, such
+# can be installed from PyPI.
+sudo pip3 install cmake
git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools ${HOME}/depot_tools
PATH=${HOME}/depot_tools:${PATH}