summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/qemu/qemu_openstack.inc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/qemu/qemu_openstack.inc
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/qemu/qemu_openstack.inc')
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_openstack.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_openstack.inc b/meta-openstack/recipes-devtools/qemu/qemu_openstack.inc
index ad1ea25..e982d66 100644
--- a/meta-openstack/recipes-devtools/qemu/qemu_openstack.inc
+++ b/meta-openstack/recipes-devtools/qemu/qemu_openstack.inc
@@ -2,8 +2,8 @@ PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" 2PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp"
3 3
4PACKAGECONFIG ?= "fdt virtfs libcap-ng" 4PACKAGECONFIG ?= "fdt virtfs libcap-ng"
5PACKAGECONFIG_x86 ?= "fdt spice virtfs libcap-ng" 5PACKAGECONFIG:x86 ?= "fdt spice virtfs libcap-ng"
6PACKAGECONFIG_x86-64 ?= "fdt spice virtfs libcap-ng" 6PACKAGECONFIG:x86-64 ?= "fdt spice virtfs libcap-ng"
7 7
8PACKAGECONFIG_class-native = "fdt" 8PACKAGECONFIG:class-native = "fdt"
9PACKAGECONFIG_class-nativesdk = "fdt" 9PACKAGECONFIG:class-nativesdk = "fdt"