Enable ganglia module integration build
Change-Id: Ia49e9f246e8318ba74195c3397472fb0c102389b Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:

committed by
Gerrit Code Review

parent
0bcc9d511e
commit
b10277dedc
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user