aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-01-11 15:55:03 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2021-01-11 15:58:43 +0300
commitc10fbe670b00c644b6c9de0c4bf56507dd57df7a (patch)
tree19dc639862e05001434109371b8b9982d8ff57e5 /zephyr-upstream
parent896fcad113ecbacd8e91f58de26d78a43cdbbfeb (diff)
zephyr-upstream: builders.sh: Install srecord package.
For srec_cat tool required by lpcxpresso55s69 board. Change-Id: I28db1e6f75a2197aaf024dd2c42c38ff494c77c8 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@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 9d93faa5b4..52f2c5e41c 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -16,7 +16,7 @@ sudo ln -sf python3.6 /usr/bin/python3
sudo apt-get -q=2 -y install git ninja-build g++ g++-multilib gperf python3-ply \
gcc-arm-none-eabi python-requests rsync device-tree-compiler \
python3-pip python3-serial python3-setuptools python3-wheel \
- python3-requests util-linux
+ python3-requests util-linux srecord
set -ex