I merged this by mistake while reviewing the change .. but I have a question.
On Fri, Mar 4, 2016 at 4:30 PM, Machon Gregory <[email protected]> wrote: > 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 <[email protected]> > --- > 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* \ > This should be ${libdir), which tracks lib or lib64 based on the arch. I don't have a Xen build handy to try a quick test. Can you confirm that libdir also fixes this ? Bruce > + " > + > FILES_${PN}-base = "\ > ${sysconfdir}/xen/auto \ > ${sysconfdir}/xen/cpupool \ > -- > 2.1.0 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
