aboutsummaryrefslogtreecommitdiff
path: root/zephyr-aeolus
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-02-14 08:20:35 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-02-14 08:20:35 +0200
commitae4f8011cf7dc92af268f75b67275038d1ed74ca (patch)
tree261af9b4400bb75bf914e37589760ba3f3c6ee31 /zephyr-aeolus
parent9fe2262e5f069821e4b600d6ba5804620d932e20 (diff)
zephyr: add python3-yaml build dependency
Change-Id: I38b921a6b0c0fe5d7477f2e4a887a66eb4b10c35 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'zephyr-aeolus')
-rwxr-xr-xzephyr-aeolus/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr-aeolus/builders.sh b/zephyr-aeolus/builders.sh
index d5b64d2d27..f88a8b9251 100755
--- a/zephyr-aeolus/builders.sh
+++ b/zephyr-aeolus/builders.sh
@@ -1,7 +1,7 @@
#!/bin/bash
sudo apt-get -q=2 update
-sudo apt-get -q=2 -y install ccache cmake g++-multilib gcc-arm-none-eabi git libc6-dev-i386 python-requests python3-ply rsync
+sudo apt-get -q=2 -y install ccache cmake g++-multilib gcc-arm-none-eabi git libc6-dev-i386 python-requests python3-ply python3-yaml rsync
set -ex