summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorshohei.maruyama@cybertrust.co.jp <shohei.maruyama@cybertrust.co.jp>2019-12-19 14:00:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-28 23:25:35 +0000
commitf5ffd6ce6e7431b17a291980843752e2d2fb0b44 (patch)
tree19d13891d6f4b8467953efb40dd39a1ff59959a1 /meta/recipes-devtools/qemu/qemu.inc
parentfee6c063dfb80425caa7080083c61d1544d929c6 (diff)
downloadopenembedded-core-contrib-f5ffd6ce6e7431b17a291980843752e2d2fb0b44.tar.gz
qemu: Add PACKAGECONFIG for glusterfs
This commit adds PACKAGECONFIG for glusterfs. glusterfs is not required f- or runqemu, so it should be optional to reduce build time. Signed-off-by: Shohei Maruyama <shohei.maruyama@cybertrust.co.jp> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-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 601fc2286b..993ca90cf5 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -165,6 +165,7 @@ PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice"
# usbredir will be in meta-networking layer
PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir"
PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy"
+PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs"
INSANE_SKIP_${PN} = "arch"