This is currently a dangling bbappend as qemu is now version 2.4.0. The content of the bbappend appears to still be relevant, with some minor cleanup, so simply renaming this bbappend to apply to a range of releases. 'virtfs' enables 'attr' and 'attr' is not a standalone pkgconfig so drop this. Pkgconfig 'cap-ng' has been renamed to 'libcap-ng', so follow suit.
Signed-off-by: Mark Asselstine <[email protected]> --- meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend | 5 +++++ meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend delete mode 100644 meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend new file mode 100644 index 0000000..ca8274e --- /dev/null +++ b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend @@ -0,0 +1,5 @@ +PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," + +PACKAGECONFIG ?= "fdt spice virtfs libcap-ng" +PACKAGECONFIG_class-native = "fdt" +PACKAGECONFIG_class-nativesdk = "fdt" diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend deleted file mode 100644 index 1c8c682..0000000 --- a/meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," - -PACKAGECONFIG ?= "fdt spice virtfs attr cap-ng" -PACKAGECONFIG_class-native = "fdt" -PACKAGECONFIG_class-nativesdk = "fdt" -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
