aboutsummaryrefslogtreecommitdiff
path: root/build-tool
diff options
context:
space:
mode:
Diffstat (limited to 'build-tool')
-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