summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorhaiqing <haiqing.bai@windriver.com>2020-04-30 16:13:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 17:32:09 +0100
commit5f245d29cbee5b658d31dc73b2433ff432302d5d (patch)
treec07bbb287b5512508f201d15b99b70ee360b81d0 /meta
parent419d592685965e4b8258da1b806390f8015e9469 (diff)
downloadpoky-5f245d29cbee5b658d31dc73b2433ff432302d5d.tar.gz
qemu: Add PACKAGECONFIG for glusterfs
(From OE-Core rev: b249fddf46b1e1ebeedf3c599acdadd93e6d046a) Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 ad4ff52892..4e09a9b181 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -167,6 +167,7 @@ PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice"
167# usbredir will be in meta-networking layer 167# usbredir will be in meta-networking layer
168PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir" 168PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir"
169PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy" 169PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy"
170PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs,glusterfs"
170 171
171INSANE_SKIP_${PN} = "arch" 172INSANE_SKIP_${PN} = "arch"
172 173