diff options
author | Sridhar K. N. Rao <srao@linuxfoundation.org> | 2022-05-03 05:42:21 +0530 |
---|---|---|
committer | Sridhar K. N. Rao <srao@linuxfoundation.org> | 2022-05-13 11:24:03 +0530 |
commit | 826226243eca12ea6166d740205584392fdf7cad (patch) | |
tree | de96f10f49b5bfbd6dd6f697682784e2256e740c /systems/rhel/7.2/build_base_machine.sh | |
parent | 2fcc501a8cf9f5a7dbcedf48946e225dfc485ff8 (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/rhel/7.2/build_base_machine.sh')
-rwxr-xr-x | systems/rhel/7.2/build_base_machine.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/rhel/7.2/build_base_machine.sh b/systems/rhel/7.2/build_base_machine.sh index c0f367ab..aefa5e5d 100755 --- a/systems/rhel/7.2/build_base_machine.sh +++ b/systems/rhel/7.2/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 |