[oe-commits] Jackie Huang : qemu: add PACKAGECONFIG for numa

git at git.openembedded.org git at git.openembedded.org
Wed Aug 27 11:14:02 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 9661ce6ed5e01dd21360946c561b3c8a1ce9fc2c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9661ce6ed5e01dd21360946c561b3c8a1ce9fc2c

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Wed Aug 27 05:34:04 2014 -0400

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 <jackie.huang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/qemu/qemu.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index f737ded..11bec1c 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)}"
 



More information about the Openembedded-commits mailing list