aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2018-02-20 09:15:31 -0600
committerFathi Boudra <fathi.boudra@linaro.org>2018-02-21 17:00:35 +0000
commit7d1c79f7ba2c60d13da82499a56e1a07470ab778 (patch)
tree2b12517aa1293d302b2db63d98e966d30e739c0d /zephyr-upstream
parent6ce97f44239ab31510153b47a1393276af75c55e (diff)
zephyr-upstream: Add ninja-build to packages we need
sanitycheck now defaults to using ninja to build so we need to install that package for things to work. Change-Id: I436d64aac34fed75a115f61b58235ff8361d167e Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'zephyr-upstream')
-rwxr-xr-xzephyr-upstream/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index b374b5ac35..77d91beacc 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -1,7 +1,7 @@
#!/bin/bash
sudo apt-get -q=2 update
-sudo apt-get -q=2 -y install git g++ g++-multilib gperf python3-ply \
+sudo apt-get -q=2 -y install git ninja-build g++ g++-multilib gperf python3-ply \
python3-yaml gcc-arm-none-eabi python-requests rsync device-tree-compiler \
python3-pip python3-setuptools python3-wheel