]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: Add PACKAGECONFIG for glusterfs
authorshohei.maruyama@cybertrust.co.jp <shohei.maruyama@cybertrust.co.jp>
Thu, 19 Dec 2019 14:00:05 +0000 (14:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 23:25:35 +0000 (23:25 +0000)
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>
meta/recipes-devtools/qemu/qemu.inc

index 601fc2286b32289b511c2a71d6fc36e60757f32f..993ca90cf53e27189a80a69ae4f2a3a69ec231ee 100644 (file)
@@ -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"