aboutsummaryrefslogtreecommitdiffstats
path: root/systems/ubuntu/build_base_machine.sh
diff options
context:
space:
mode:
authorSridhar K. N. Rao <srao@linuxfoundation.org>2022-05-03 05:42:21 +0530
committerSridhar K. N. Rao <srao@linuxfoundation.org>2022-05-13 11:24:03 +0530
commit826226243eca12ea6166d740205584392fdf7cad (patch)
treede96f10f49b5bfbd6dd6f697682784e2256e740c /systems/ubuntu/build_base_machine.sh
parent2fcc501a8cf9f5a7dbcedf48946e225dfc485ff8 (diff)
[Update] Support Newer versions of DPDK and OVS.
This patch adds support for DPDK and OVS. The support is not default and user has to modify the Makefiles manually Changes post-review by Al. Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org> Change-Id: I5d6d2c6d693d31f0930b469de849722e2d5ec418
Diffstat (limited to 'systems/ubuntu/build_base_machine.sh')
-rwxr-xr-xsystems/ubuntu/build_base_machine.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/ubuntu/build_base_machine.sh b/systems/ubuntu/build_base_machine.sh
index 2f3e7b25..910cd173 100755
--- a/systems/ubuntu/build_base_machine.sh
+++ b/systems/ubuntu/build_base_machine.sh
@@ -31,6 +31,9 @@ apt-get -y install libssl1.0.0
apt-get -y install libxml2
apt-get -y install zlib1g-dev
apt-get -y install scapy
+apt-get -y install meson
+apt-get -y install ninja-build
+apt-get -y install python3-pyelftools
# Linux Kernel Source
apt-get -y install linux-source