aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2022-12-16 12:43:13 +0000
committerKevin May <kevin.may@arm.com>2022-12-16 12:43:13 +0000
commitce8c06344587e9db46abb5852aca03e7386ab3ec (patch)
tree88e5db526ecd421d1f73c373ea176e8d12943c8c
parent5b58e31109f661f70331048e22f8a66934e74d15 (diff)
downloadarmnn-ce8c06344587e9db46abb5852aca03e7386ab3ec.tar.gz
IVGCVSW-7379 Add xxd package to build tool
Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I5ac1f1032cc2507ce0b8677a08e9debefab2779c
-rwxr-xr-xbuild-tool/scripts/install-packages.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-tool/scripts/install-packages.sh b/build-tool/scripts/install-packages.sh
index 64a3405e74..e043475dae 100755
--- a/build-tool/scripts/install-packages.sh
+++ b/build-tool/scripts/install-packages.sh
@@ -77,7 +77,8 @@ install_apt_packages()
make \
scons \
unzip \
- wget
+ wget \
+ xxd
# Install cross compile toolchains if host is x86_64
if [ "$HOST_ARCH" == "x86_64" ]; then