[meta-virtualization] [PATCH] libvirt: remove qemu from PACKAGECONFIG

Bruce Ashfield bruce.ashfield at windriver.com
Tue Aug 16 08:19:50 PDT 2016


On 2016-08-16 04:34 AM, kai.kang at windriver.com wrote:
> From: Kai Kang <kai.kang at windriver.com>
>
> qemu is not compatible with mips64, so remove 'qemu' which causes
> libvirt depends on package qemu from PACKAGECONFIG for mips64.

Can you clarify "not compatible" ? i.e. capture the error message, or
describe the runtime issues.

Bruce

>
> Signed-off-by: Kai Kang <kai.kang at windriver.com>
> ---
>  recipes-extended/libvirt/libvirt_1.3.5.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb
> index 6222b69..68e0885 100644
> --- a/recipes-extended/libvirt/libvirt_1.3.5.bb
> +++ b/recipes-extended/libvirt/libvirt_1.3.5.bb
> @@ -173,6 +173,9 @@ PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \
>                     ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \
>                    "
>
> +# qemu is NOT compatible with mips64
> +PACKAGECONFIG_remove_class-target_mips64 = "qemu"
> +
>  # enable,disable,depends,rdepends
>  #
>  PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu,"
>



More information about the meta-virtualization mailing list