[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 3/3] ci: add missing libpci dependency



While building qemu-xen-traditional the following message is printed to
the build log.

xen-hooks.mak:75: === pciutils-dev package not found - missing /usr/include/pci
xen-hooks.mak:76: === PCI passthrough capability has been disabled

Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx>
---
 automation/build/centos/7.2.dockerfile    | 1 +
 automation/build/ubuntu/trusty.dockerfile | 1 +
 automation/build/ubuntu/xenial.dockerfile | 1 +
 3 files changed, 3 insertions(+)

diff --git a/automation/build/centos/7.2.dockerfile 
b/automation/build/centos/7.2.dockerfile
index c6a1f46d3c..6027863477 100644
--- a/automation/build/centos/7.2.dockerfile
+++ b/automation/build/centos/7.2.dockerfile
@@ -39,4 +39,5 @@ RUN rpm --rebuilddb && \
         python-markdown \
         patch \
         checkpolicy \
+        pciutils-devel \
     && yum clean all
diff --git a/automation/build/ubuntu/trusty.dockerfile 
b/automation/build/ubuntu/trusty.dockerfile
index cc750873e3..dce63dc28b 100644
--- a/automation/build/ubuntu/trusty.dockerfile
+++ b/automation/build/ubuntu/trusty.dockerfile
@@ -30,6 +30,7 @@ RUN apt-get update && \
         acpica-tools \
         bin86 \
         bcc \
+        libpci-dev \
         liblzma-dev \
         libc6-dev-i386 \
         libnl-3-dev \
diff --git a/automation/build/ubuntu/xenial.dockerfile 
b/automation/build/ubuntu/xenial.dockerfile
index aa551c1b5c..05bc050d3a 100644
--- a/automation/build/ubuntu/xenial.dockerfile
+++ b/automation/build/ubuntu/xenial.dockerfile
@@ -30,6 +30,7 @@ RUN apt-get update && \
         acpica-tools \
         bin86 \
         bcc \
+        libpci-dev \
         liblzma-dev \
         libc6-dev-i386 \
         libnl-3-dev \
-- 
2.16.1


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.