Add GDB and GDB Server to bootstrap files
[vpp.git] / build-root / vagrant / bootstrap.centos7.sh
index f55e68a..72ee246 100644 (file)
@@ -8,9 +8,24 @@ yum groupinstall 'Development Tools' -y
 yum install openssl-devel -y
 yum install glibc-static -y
 
+# Install development tools
+yum install gdb -y
+yum install gdbserver -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
+
+# PCIutils
+yum install -y pciutils
+
 # Load the uio kernel module
 modprobe uio_pci_generic