diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-08-27 05:34:04 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-27 12:13:38 +0100 |
commit | c16795477ea7e2159b5d3808268912b572887e2d (patch) | |
tree | fc516664ed86952d2adaa3038401480141a20c0d /meta/recipes-devtools/qemu | |
parent | 07ad83ed024a7aa1dff4b6d9b8830c0144b83ea3 (diff) | |
download | 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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
109 | PACKAGECONFIG[alsa] = ",,alsa-lib" | 109 | PACKAGECONFIG[alsa] = ",,alsa-lib" |
110 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" | 110 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" |
111 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" | 111 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" |
112 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" | ||
112 | 113 | ||
113 | EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}" | 114 | EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}" |
114 | 115 | ||