mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
package/qemu: enable NUMA support if numactl is selected
This is helpful for the upcoming libvirt package. Signed-off-by: Carlos Santos <unixmania@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
53796ade0f
commit
43372c21b7
@ -104,6 +104,13 @@ else
|
|||||||
QEMU_OPTS += --disable-nettle
|
QEMU_OPTS += --disable-nettle
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_NUMACTL),y)
|
||||||
|
QEMU_OPTS += --enable-numa
|
||||||
|
QEMU_DEPENDENCIES += numactl
|
||||||
|
else
|
||||||
|
QEMU_OPTS += --disable-numa
|
||||||
|
endif
|
||||||
|
|
||||||
# Override CPP, as it expects to be able to call it like it'd
|
# Override CPP, as it expects to be able to call it like it'd
|
||||||
# call the compiler.
|
# call the compiler.
|
||||||
define QEMU_CONFIGURE_CMDS
|
define QEMU_CONFIGURE_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user