vsperf: update package dependencies for QEMU 84/1184/5
authorMaryam Tahhan <maryam.tahhan@intel.com>
Thu, 13 Aug 2015 13:49:05 +0000 (14:49 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Fri, 21 Aug 2015 08:24:19 +0000 (08:24 +0000)
Update packages.txt with the required packages to build QEMU v2.2.1.

JIRA: VSPERF-56

Change-Id: Ifdf802de3c195b0dc5c48dcb8f098c31a1561012
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Madarang, Dino SimeonX <dino.simeonx.madarang@intel.com>
docs/installation.md
packages.txt

index 708de95..bc3b711 100755 (executable)
@@ -15,10 +15,10 @@ yum -y install https://www.softwarecollections.org/en/scls/rhscl/python33/epel-7
 
 ## System packages
 
-There are a number of packages that must be installed using `yum`. These can be installed like so:
+There are a number of packages that must be installed using `yum`. These packages are listed in packages.txt and can be installed like so:
 
 ```bash
-yum -y --exclude=python33-mod_wsgi* install python33-* pciutils
+yum -y --exclude=python33-mod_wsgi* install $(cat packages.txt)
 ```
 
 ---
index f919fb6..fb641fd 100644 (file)
@@ -1 +1,8 @@
+python33-*
 pciutils
+gcc
+zlib
+zlib-devel
+glib2-devel
+pixman-devel
+socat