summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-08-27 05:34:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-27 12:13:38 +0100
commitc16795477ea7e2159b5d3808268912b572887e2d (patch)
treefc516664ed86952d2adaa3038401480141a20c0d /meta/recipes-devtools/qemu
parent07ad83ed024a7aa1dff4b6d9b8830c0144b83ea3 (diff)
downloadast2050-yocto-poky-c16795477ea7e2159b5d3808268912b572887e2d.zip
ast2050-yocto-poky-c16795477ea7e2159b5d3808268912b572887e2d.tar.gz
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. (From OE-Core rev: 9661ce6ed5e01dd21360946c561b3c8a1ce9fc2c) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc1
1 files changed, 1 insertions, 0 deletions
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)}"
OpenPOWER on IntegriCloud