[meta-virtualization] [m-c-s][PATCH] meta-openstack: qemu: match spice arch restrictions

Bruce Ashfield bruce.ashfield at windriver.com
Fri Sep 15 12:19:05 PDT 2017


merged.

Bruce

On 2017-09-15 12:32 PM, Mark Asselstine wrote:
> The spice recipe is restricted to Intel x86 and x86-64 so keep 'spice'
> out of the PACKAGECONFIG unless we are using one of these ARCHs.
> 
> Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
> ---
>   meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
> index 9d774c4..ad1ea25 100644
> --- a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
> +++ b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
> @@ -1,6 +1,9 @@
>   PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
>   PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp"
>   
> -PACKAGECONFIG ?= "fdt spice virtfs libcap-ng"
> +PACKAGECONFIG ?= "fdt virtfs libcap-ng"
> +PACKAGECONFIG_x86 ?= "fdt spice virtfs libcap-ng"
> +PACKAGECONFIG_x86-64 ?= "fdt spice virtfs libcap-ng"
> +
>   PACKAGECONFIG_class-native = "fdt"
>   PACKAGECONFIG_class-nativesdk = "fdt"
> 



More information about the meta-virtualization mailing list