All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libvirt: Set COMPATIBLE_HOST to 64bit arch
@ 2026-06-16  9:36 mingli.yu
  2026-07-03 13:44 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: mingli.yu @ 2026-06-16  9:36 UTC (permalink / raw)
  To: meta-virtualization

From: Mingli Yu <mingli.yu@windriver.com>

qemu sets COMPATIBLE_HOST to 64bit arch [1], so set the COMPATIBLE_HOST
accordingly to fix the build failure.
ERROR: Nothing PROVIDES 'qemu' (but /build/layers/meta-virtualization/recipes-extended/libvirt/libvirt_git.bb DEPENDS on or otherwise requires it)
qemu was skipped: incompatible with host arm-wrs-linux-gnueabi (not in COMPATIBLE_HOST)

[1] https://git.openembedded.org/openembedded-core/commit/?id=f74d4025

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 recipes-extended/libvirt/libvirt_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb
index fb7e5293..837f9660 100644
--- a/recipes-extended/libvirt/libvirt_git.bb
+++ b/recipes-extended/libvirt/libvirt_git.bb
@@ -139,6 +139,11 @@ PACKAGECONFIG:remove:mipsarchn32 = "qemu"
 PACKAGECONFIG:remove:mipsarchn64 = "qemu"
 PACKAGECONFIG:remove:powerpc = "qemu"
 PACKAGECONFIG:remove:riscv32 = "qemu"
+# QEMU 11.0.0+ requires 64-bit host architecture
+PACKAGECONFIG:remove:arm = "qemu"
+PACKAGECONFIG:remove:armeb = "qemu"
+PACKAGECONFIG:remove:mipsarch = "qemu"
+PACKAGECONFIG:remove:x86 = "qemu"
 
 # numactl is NOT compatible with arm
 PACKAGECONFIG:remove:arm = "numactl"
-- 
2.54.0



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

* Re: [meta-virtualization] [PATCH] libvirt: Set COMPATIBLE_HOST to 64bit arch
  2026-06-16  9:36 [PATCH] libvirt: Set COMPATIBLE_HOST to 64bit arch mingli.yu
@ 2026-07-03 13:44 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2026-07-03 13:44 UTC (permalink / raw)
  To: mingli.yu; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] libvirt: Set COMPATIBLE_HOST to 64bit arch
on 16/06/2026 Yu, Mingli via lists.yoctoproject.org wrote:

> From: Mingli Yu <mingli.yu@windriver.com>
> 
> qemu sets COMPATIBLE_HOST to 64bit arch [1], so set the COMPATIBLE_HOST
> accordingly to fix the build failure.
> ERROR: Nothing PROVIDES 'qemu' (but /build/layers/meta-virtualization/recipes-extended/libvirt/libvirt_git.bb DEPENDS on or otherwise requires it)
> qemu was skipped: incompatible with host arm-wrs-linux-gnueabi (not in COMPATIBLE_HOST)
> 
> [1] https://git.openembedded.org/openembedded-core/commit/?id=f74d4025
> 
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  recipes-extended/libvirt/libvirt_git.bb | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb
> index fb7e5293..837f9660 100644
> --- a/recipes-extended/libvirt/libvirt_git.bb
> +++ b/recipes-extended/libvirt/libvirt_git.bb
> @@ -139,6 +139,11 @@ PACKAGECONFIG:remove:mipsarchn32 = "qemu"
>  PACKAGECONFIG:remove:mipsarchn64 = "qemu"
>  PACKAGECONFIG:remove:powerpc = "qemu"
>  PACKAGECONFIG:remove:riscv32 = "qemu"
> +# QEMU 11.0.0+ requires 64-bit host architecture
> +PACKAGECONFIG:remove:arm = "qemu"
> +PACKAGECONFIG:remove:armeb = "qemu"
> +PACKAGECONFIG:remove:mipsarch = "qemu"
> +PACKAGECONFIG:remove:x86 = "qemu"
>  
>  # numactl is NOT compatible with arm
>  PACKAGECONFIG:remove:arm = "numactl"
> -- 
> 2.54.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9893): https://lists.yoctoproject.org/g/meta-virtualization/message/9893
> Mute This Topic: https://lists.yoctoproject.org/mt/119830656/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

end of thread, other threads:[~2026-07-03 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16  9:36 [PATCH] libvirt: Set COMPATIBLE_HOST to 64bit arch mingli.yu
2026-07-03 13:44 ` [meta-virtualization] " 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.