diff options
author | shohei.maruyama@cybertrust.co.jp <shohei.maruyama@cybertrust.co.jp> | 2019-12-19 14:00:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:42 +0000 |
commit | 5386017a3f12274bd1bd420e2d98aa3a3bce11fe (patch) | |
tree | c201c9e3fc58a59fe1ea25fc2361e220367c587d /meta/recipes-devtools | |
parent | af2b2c4d9ff44b5951ef17dd0fba32021b232a27 (diff) | |
download | poky-5386017a3f12274bd1bd420e2d98aa3a3bce11fe.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.
(From OE-Core rev: f5ffd6ce6e7431b17a291980843752e2d2fb0b44)
Signed-off-by: Shohei Maruyama <shohei.maruyama@cybertrust.co.jp>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 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" | |||
165 | # usbredir will be in meta-networking layer | 165 | # usbredir will be in meta-networking layer |
166 | PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir" | 166 | PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir" |
167 | PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy" | 167 | PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy" |
168 | PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs" | ||
168 | 169 | ||
169 | INSANE_SKIP_${PN} = "arch" | 170 | INSANE_SKIP_${PN} = "arch" |
170 | 171 | ||