[meta-virtualization] [PATCH] Fix QA Issues when building for aarch64 machines

Machon Gregory mbgrego at tycho.nsa.gov
Fri Mar 4 13:30:16 PST 2016


When building for the aarch64 based machines the following QA Issue is
produced:

ERROR: QA Issue: xen: Files/directories were installed but not shipped in any package:
  /usr/lib64
  /usr/lib64/efi
  /usr/lib64/efi/xen-4.6.efi
  /usr/lib64/efi/xen-4.6.0.efi
  /usr/lib64/efi/xen.efi
  /usr/lib64/efi/xen-4.efi

Signed-off-by: Machon Gregory <mbgrego at tycho.nsa.gov>
---
 recipes-extended/xen/xen.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index d35bc3f..2eba012 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -151,6 +151,7 @@ PACKAGES = "\
     ${PN}-dev \
     ${PN}-devd \
     ${PN}-doc \
+    ${PN}-efi \
     ${PN}-flask \
     ${PN}-fsimage \
     ${PN}-gdbsx \
@@ -303,6 +304,11 @@ FILES_${PN}-hypervisor = "\
     /boot/xen-syms-* \
     "
 
+FILES_${PN}-efi = "\
+    ${exec_prefix}/lib64 \
+    ${exec_prefix}/lib64/xen* \
+    "
+
 FILES_${PN}-base = "\
     ${sysconfdir}/xen/auto \
     ${sysconfdir}/xen/cpupool \
-- 
2.1.0



More information about the meta-virtualization mailing list