From 826226243eca12ea6166d740205584392fdf7cad Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Tue, 3 May 2022 05:42:21 +0530 Subject: [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 Change-Id: I5d6d2c6d693d31f0930b469de849722e2d5ec418 --- systems/opensuse/build_base_machine.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems/opensuse/build_base_machine.sh') diff --git a/systems/opensuse/build_base_machine.sh b/systems/opensuse/build_base_machine.sh index 8b26440c..b7d4249a 100755 --- a/systems/opensuse/build_base_machine.sh +++ b/systems/opensuse/build_base_machine.sh @@ -50,6 +50,8 @@ sysstat java-1_8_0-openjdk git-review mlocate +meson +ninja-build # python python3 @@ -59,6 +61,7 @@ python3-setuptools python3-devel python3-tk python3-virtualenv +python3-pyelftools # libraries libnuma1 -- cgit 1.2.3-korg