diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:49:50 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:49:50 +0000 |
| commit | a401a1c3d86eb00bab8bfccba83c12cc67ce06a1 (patch) | |
| tree | 50e578c6b2a69fdcef160ed0684274eee55b6ae1 /meta-openstack/recipes-devtools/qemu/qemu_openstack.inc | |
| parent | ce38cb391c9108168ab574463b7ef745b739bcc9 (diff) | |
| download | meta-cloud-services-a401a1c3d86eb00bab8bfccba83c12cc67ce06a1.tar.gz | |
qemu: make bbappend distro feature conditional
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.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_openstack.inc b/meta-openstack/recipes-devtools/qemu/qemu_openstack.inc new file mode 100644 index 0000000..ad1ea25 --- /dev/null +++ b/meta-openstack/recipes-devtools/qemu/qemu_openstack.inc | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," | ||
| 2 | PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" | ||
| 3 | |||
| 4 | PACKAGECONFIG ?= "fdt virtfs libcap-ng" | ||
| 5 | PACKAGECONFIG_x86 ?= "fdt spice virtfs libcap-ng" | ||
| 6 | PACKAGECONFIG_x86-64 ?= "fdt spice virtfs libcap-ng" | ||
| 7 | |||
| 8 | PACKAGECONFIG_class-native = "fdt" | ||
| 9 | PACKAGECONFIG_class-nativesdk = "fdt" | ||
