Enable ganglia module integration build

Change-Id: Ia49e9f246e8318ba74195c3397472fb0c102389b
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2016-02-02 10:57:15 -05:00
committed by Gerrit Code Review
parent 0bcc9d511e
commit b10277dedc
3 changed files with 10 additions and 2 deletions

View File

@ -11,6 +11,14 @@ yum install glibc-static -y
# Install jdk and maven
yum install -y java-1.8.0-openjdk-devel
# Install EPEL
yum install -y epel-release
# Install components to build Ganglia modules
yum install -y apr-devel
yum install -y --enablerepo=epel libconfuse-devel
yum install -y --enablerepo=epel ganglia-devel
# Load the uio kernel module
modprobe uio_pci_generic