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/rhel/7.3/build_base_machine.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems/rhel/7.3') diff --git a/systems/rhel/7.3/build_base_machine.sh b/systems/rhel/7.3/build_base_machine.sh index 42c36e4c..55532781 100755 --- a/systems/rhel/7.3/build_base_machine.sh +++ b/systems/rhel/7.3/build_base_machine.sh @@ -34,6 +34,8 @@ pkglist=(\ openssl-devel\ pixman-devel\ sysstat\ + meson\ + ninja-build\ ) # Tools @@ -60,6 +62,7 @@ pkglist=( pkglist=( "${pkglist[@]}"\ python-six\ + python3-pyelftools\ ) # install RHEL compatible epel for sshpass -- cgit