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

Bruce Ashfield bruce.ashfield at gmail.com
Mon Mar 7 08:34:47 PST 2016


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 <mbgrego at tycho.nsa.gov>
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 <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* \
>

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
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20160307/487b284b/attachment-0001.html>


More information about the meta-virtualization mailing list