diff options
author | Shobhi <shobhi.jain@intel.com> | 2017-07-21 13:13:44 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-07-26 13:00:43 +0000 |
commit | e6043eed256ea6016e1ec587d5684e403fbac684 (patch) | |
tree | 073892ea570d6b24250047303f9338a86d4ca47b /systems | |
parent | ff4d41057fa5b4f0f6d2233c99636d2bd31166cb (diff) |
Update package list in base build for snmp
* Updates package list for all platform for snmp.
Change-Id: I011ab74eab17047efce02882f8a0fb18c6d8c2f6
Signed-off-by: Shobhi <shobhi.jain@intel.com>
Diffstat (limited to 'systems')
-rwxr-xr-x | systems/centos/7/build_base_machine.sh | 1 | ||||
-rwxr-xr-x | systems/fedora/22/build_base_machine.sh | 1 | ||||
-rwxr-xr-x | systems/rhel/7/build_base_machine.sh | 1 | ||||
-rwxr-xr-x | systems/ubuntu/14.04/build_base_machine.sh | 3 | ||||
-rwxr-xr-x | systems/ubuntu/16.04/build_base_machine.sh | 3 |
5 files changed, 9 insertions, 0 deletions
diff --git a/systems/centos/7/build_base_machine.sh b/systems/centos/7/build_base_machine.sh index 438c1435..0e56c770 100755 --- a/systems/centos/7/build_base_machine.sh +++ b/systems/centos/7/build_base_machine.sh @@ -52,6 +52,7 @@ gtk2-devel libvirt-devel mcelog wget +net-snmp-devel # install epel release required for git-review epel-release diff --git a/systems/fedora/22/build_base_machine.sh b/systems/fedora/22/build_base_machine.sh index 942c799d..be225117 100755 --- a/systems/fedora/22/build_base_machine.sh +++ b/systems/fedora/22/build_base_machine.sh @@ -34,6 +34,7 @@ kernel-devel kernel-modules-extra pixman-devel openssl-devel +net-snmp-devel # tools curl diff --git a/systems/rhel/7/build_base_machine.sh b/systems/rhel/7/build_base_machine.sh index 583089a5..c5191f73 100755 --- a/systems/rhel/7/build_base_machine.sh +++ b/systems/rhel/7/build_base_machine.sh @@ -52,6 +52,7 @@ gtk2-devel libvirt-devel mcelog wget +net-snmp-devel # install epel release required for git-review epel-release diff --git a/systems/ubuntu/14.04/build_base_machine.sh b/systems/ubuntu/14.04/build_base_machine.sh index e1b1c9f3..0dc21d9a 100755 --- a/systems/ubuntu/14.04/build_base_machine.sh +++ b/systems/ubuntu/14.04/build_base_machine.sh @@ -56,6 +56,9 @@ apt-get -y install \ libsensors4-dev \ libsigrok-dev \ libsnmp-dev \ + snmp \ + snmp-mibs-downloader \ + snmpd \ perl \ libtokyocabinet-dev \ libtokyotyrant-dev \ diff --git a/systems/ubuntu/16.04/build_base_machine.sh b/systems/ubuntu/16.04/build_base_machine.sh index 119bca22..ba64ad45 100755 --- a/systems/ubuntu/16.04/build_base_machine.sh +++ b/systems/ubuntu/16.04/build_base_machine.sh @@ -56,6 +56,9 @@ apt-get -y install \ libsigrok-dev \ libsnmp-dev \ libsnmp9-dev \ + snmp \ + snmp-mibs-downloader \ + snmpd \ perl \ libtokyocabinet-dev \ libtokyotyrant-dev \ |