From: Jackie Huang Date: Wed, 27 Aug 2014 09:34:04 +0000 (-0400) Subject: qemu: add PACKAGECONFIG for numa X-Git-Tag: 2015-4~1757 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9661ce6ed5e01dd21360946c561b3c8a1ce9fc2c;p=openembedded-core.git qemu: add PACKAGECONFIG for numa Add PACKAGECONFIG for numa to avoid build error: backends/hostmem.c:21:20: fatal error: numaif.h: No such file or directory Package numctl is from meta-oe. Signed-off-by: Jackie Huang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index f737dedca1..11bec1c917 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -109,6 +109,7 @@ PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" PACKAGECONFIG[alsa] = ",,alsa-lib" PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" +PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}"