From ce8c06344587e9db46abb5852aca03e7386ab3ec Mon Sep 17 00:00:00 2001 From: Kevin May Date: Fri, 16 Dec 2022 12:43:13 +0000 Subject: IVGCVSW-7379 Add xxd package to build tool Signed-off-by: Kevin May Change-Id: I5ac1f1032cc2507ce0b8677a08e9debefab2779c --- build-tool/scripts/install-packages.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-tool') 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 -- cgit v1.2.1