From: shohei.maruyama@cybertrust.co.jp Date: Thu, 19 Dec 2019 14:00:05 +0000 (+0000) Subject: qemu: Add PACKAGECONFIG for glusterfs X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ffd6ce6e7431b17a291980843752e2d2fb0b44;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 601fc2286b3..993ca90cf53 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"