All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libvirt: remove numactl configure for arm
@ 2019-05-15  8:07 Dengke Du
  2019-05-16  1:15 ` ddu
  2019-05-16  1:16 ` Hongxu Jia
  0 siblings, 2 replies; 3+ messages in thread
From: Dengke Du @ 2019-05-15  8:07 UTC (permalink / raw)
  To: meta-virtualization

Because arm didn't support NUMA currently.

Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 recipes-extended/libvirt/libvirt_5.3.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes-extended/libvirt/libvirt_5.3.0.bb b/recipes-extended/libvirt/libvirt_5.3.0.bb
index 30bb44c..157127b 100644
--- a/recipes-extended/libvirt/libvirt_5.3.0.bb
+++ b/recipes-extended/libvirt/libvirt_5.3.0.bb
@@ -189,7 +189,6 @@ PACKAGECONFIG ??= "qemu yajl openvz vmware vbox esx iproute2 lxc test \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit libcap-ng', '', d)} \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'libxl', '', d)} \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \
-                   ${@bb.utils.contains('KARCH', 'arm', '', 'numactl', d)} \
                   "
 
 # qemu is NOT compatible with mips64
-- 
2.7.4



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

* Re: [PATCH] libvirt: remove numactl configure for arm
  2019-05-15  8:07 [PATCH] libvirt: remove numactl configure for arm Dengke Du
@ 2019-05-16  1:15 ` ddu
  2019-05-16  1:16 ` Hongxu Jia
  1 sibling, 0 replies; 3+ messages in thread
From: ddu @ 2019-05-16  1:15 UTC (permalink / raw)
  To: meta-virtualization

Please ignore this, thanks.

在 2019/5/15 下午4:07, Dengke Du 写道:
> Because arm didn't support NUMA currently.
>
> Signed-off-by: Dengke Du <dengke.du@windriver.com>
> ---
>   recipes-extended/libvirt/libvirt_5.3.0.bb | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/recipes-extended/libvirt/libvirt_5.3.0.bb b/recipes-extended/libvirt/libvirt_5.3.0.bb
> index 30bb44c..157127b 100644
> --- a/recipes-extended/libvirt/libvirt_5.3.0.bb
> +++ b/recipes-extended/libvirt/libvirt_5.3.0.bb
> @@ -189,7 +189,6 @@ PACKAGECONFIG ??= "qemu yajl openvz vmware vbox esx iproute2 lxc test \
>                      ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit libcap-ng', '', d)} \
>                      ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'libxl', '', d)} \
>                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \
> -                   ${@bb.utils.contains('KARCH', 'arm', '', 'numactl', d)} \
>                     "
>   
>   # qemu is NOT compatible with mips64


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

* Re: [PATCH] libvirt: remove numactl configure for arm
  2019-05-15  8:07 [PATCH] libvirt: remove numactl configure for arm Dengke Du
  2019-05-16  1:15 ` ddu
@ 2019-05-16  1:16 ` Hongxu Jia
  1 sibling, 0 replies; 3+ messages in thread
From: Hongxu Jia @ 2019-05-16  1:16 UTC (permalink / raw)
  To: Dengke Du, meta-virtualization

We should remove it on arm only

//Hongxu

On 5/15/19 4:07 PM, Dengke Du wrote:
> Because arm didn't support NUMA currently.
>
> Signed-off-by: Dengke Du <dengke.du@windriver.com>
> ---
>   recipes-extended/libvirt/libvirt_5.3.0.bb | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/recipes-extended/libvirt/libvirt_5.3.0.bb b/recipes-extended/libvirt/libvirt_5.3.0.bb
> index 30bb44c..157127b 100644
> --- a/recipes-extended/libvirt/libvirt_5.3.0.bb
> +++ b/recipes-extended/libvirt/libvirt_5.3.0.bb
> @@ -189,7 +189,6 @@ PACKAGECONFIG ??= "qemu yajl openvz vmware vbox esx iproute2 lxc test \
>                      ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit libcap-ng', '', d)} \
>                      ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'libxl', '', d)} \
>                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \
> -                   ${@bb.utils.contains('KARCH', 'arm', '', 'numactl', d)} \
>                     "
>   
>   # qemu is NOT compatible with mips64




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

end of thread, other threads:[~2019-05-16  1:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15  8:07 [PATCH] libvirt: remove numactl configure for arm Dengke Du
2019-05-16  1:15 ` ddu
2019-05-16  1:16 ` Hongxu Jia

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.