All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] libvirt: remove qemu from PACKAGECONFIG
@ 2016-08-16  8:34 kai.kang
  2016-08-16 15:19 ` [PATCH] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2016-08-16  8:34 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: yocto

From: Kai Kang <kai.kang@windriver.com>

qemu is not compatible with mips64, so remove 'qemu' which causes
libvirt depends on package qemu from PACKAGECONFIG for mips64.

Signed-off-by: Kai Kang <kai.kang@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,"
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libvirt: remove qemu from PACKAGECONFIG
  2016-08-16  8:34 [meta-virtualization][PATCH] libvirt: remove qemu from PACKAGECONFIG kai.kang
@ 2016-08-16 15:19 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2016-08-16 15:19 UTC (permalink / raw)
  To: kai.kang; +Cc: meta-virtualization

On 2016-08-16 04:34 AM, kai.kang@windriver.com wrote:
> From: Kai Kang <kai.kang@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@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,"
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-16 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16  8:34 [meta-virtualization][PATCH] libvirt: remove qemu from PACKAGECONFIG kai.kang
2016-08-16 15:19 ` [PATCH] " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.