aboutsummaryrefslogtreecommitdiffstats
path: root/systems/debian
diff options
context:
space:
mode:
authorSridhar Rao <srao@linuxfoundation.org>2022-05-14 05:19:40 +0000
committerGerrit Code Review <gerrit@opnfv.org>2022-05-14 05:19:40 +0000
commit350ea8632a3a48d80829dbcd6334818d513acf9c (patch)
tree2a43a324bd6424c947060bdab2a2bb673e6b90cb /systems/debian
parent0f23ae348d3ded719ee1a28e7f33b2a83134c1cb (diff)
parent826226243eca12ea6166d740205584392fdf7cad (diff)
Merge "[Update] Support Newer versions of DPDK and OVS."
Diffstat (limited to 'systems/debian')
-rwxr-xr-xsystems/debian/build_base_machine.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/debian/build_base_machine.sh b/systems/debian/build_base_machine.sh
index cc3f1eb8..e41837a2 100755
--- a/systems/debian/build_base_machine.sh
+++ b/systems/debian/build_base_machine.sh
@@ -27,6 +27,9 @@ apt-get -y install curl
apt-get -y install git
apt-get -y install wget
apt-get -y install python3-venv
+apt-get -y install python3-pyelftools
+apt-get -y install meson
+apt-get -y install ninja-build
# Make and Compilers
apt-get -y install make