[meta-virtualization] [PATCH] xen-guest-image-minimal: remove lines modifying DISTRO_FEATURES

Bruce Ashfield bruce.ashfield at gmail.com
Wed Oct 4 13:55:48 PDT 2017


merged.

Bruce

On Tue, Oct 3, 2017 at 3:03 PM,  <christopher.w.clark at gmail.com> wrote:
> From: Christopher Clark <christopher.w.clark at gmail.com>
>
> Remove recipe lines modifying DISTRO_FEATURES that were intended to
> simplify the non-x86 x11 image dependencies, but did not.
>
> Signed-off-by: Christopher Clark <christopher.clark6 at baesystems.com>
> Reported-by: Mark Hatle <mark.hatle at windriver.com>
> ---
>
>  recipes-extended/images/xen-guest-image-minimal.bb | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/recipes-extended/images/xen-guest-image-minimal.bb b/recipes-extended/images/xen-guest-image-minimal.bb
> index bca6017..d311eae 100644
> --- a/recipes-extended/images/xen-guest-image-minimal.bb
> +++ b/recipes-extended/images/xen-guest-image-minimal.bb
> @@ -13,11 +13,6 @@ IMAGE_INSTALL += "${@bb.utils.contains('IMAGE_FEATURES', 'x11', ' xf86-video-fbd
>  IMAGE_INSTALL_append_x86-64 = "${@bb.utils.contains('IMAGE_FEATURES', 'x11', ' xf86-video-vesa', '', d)}"
>  IMAGE_INSTALL_append_x86    = "${@bb.utils.contains('IMAGE_FEATURES', 'x11', ' xf86-video-vesa', '', d)}"
>
> -# When xf86-video-vesa is not present, add opengl and don't require wayland:
> -DISTRO_FEATURES_append = "${@bb.utils.contains('IMAGE_FEATURES', 'x11', \
> -                             bb.utils.contains('IMAGE_INSTALL', 'xf86-video-vesa', '', ' opengl', d), '', d)}"
> -DISTRO_FEATURES_remove = "${@bb.utils.contains('IMAGE_INSTALL', 'xf86-video-vesa', '', 'wayland', d)}"
> -
>  REQUIRED_DISTRO_FEATURES += "${@bb.utils.contains('IMAGE_FEATURES', 'x11', ' x11', '', d)} xen"
>
>  LICENSE = "MIT"
> --
> 2.7.4
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list