diff options
author | Sridhar Rao <srao@linuxfoundation.org> | 2022-05-14 05:19:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2022-05-14 05:19:40 +0000 |
commit | 350ea8632a3a48d80829dbcd6334818d513acf9c (patch) | |
tree | 2a43a324bd6424c947060bdab2a2bb673e6b90cb /systems/rhel | |
parent | 0f23ae348d3ded719ee1a28e7f33b2a83134c1cb (diff) | |
parent | 826226243eca12ea6166d740205584392fdf7cad (diff) |
Merge "[Update] Support Newer versions of DPDK and OVS."
Diffstat (limited to 'systems/rhel')
-rwxr-xr-x | systems/rhel/7.2/build_base_machine.sh | 3 | ||||
-rwxr-xr-x | systems/rhel/7.3/build_base_machine.sh | 3 | ||||
-rwxr-xr-x | systems/rhel/7.5/build_base_machine.sh | 3 |
3 files changed, 9 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 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 diff --git a/systems/rhel/7.5/build_base_machine.sh b/systems/rhel/7.5/build_base_machine.sh index deb4e8a2..3dc04b15 100755 --- a/systems/rhel/7.5/build_base_machine.sh +++ b/systems/rhel/7.5/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 |