[poky] [PATCH] poky.conf: enable Wayland DISTRO_FEATURE
Richard Purdie
richard.purdie at linuxfoundation.org
Wed Mar 27 08:05:12 PDT 2013
On Wed, 2013-03-27 at 07:58 -0700, Chris Larson wrote:
>
> On Wed, Mar 27, 2013 at 6:59 AM, Ross Burton <ross.burton at intel.com>
> wrote:
> Without the Wayland feature you don't get the Wayland EGL
> platform built into
> Mesa, so Poky can't be used to test Wayland or Weston properly
> out of the box.
>
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
> meta-yocto/conf/distro/poky.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto/conf/distro/poky.conf
> b/meta-yocto/conf/distro/poky.conf
> index f146f5f..afe328b 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -11,7 +11,7 @@ TARGET_VENDOR = "-poky"
> LOCALCONF_VERSION = "1"
> LAYER_CONF_VERSION ?= "6"
>
> -DISTRO_FEATURES_append = " largefile opengl multiarch"
> +DISTRO_FEATURES_append = " largefile opengl multiarch
> wayland"
>
> This reminds me, could we make this overridable? There are distros
> which are based on poky, but might want to tweak the supported
> features. Perhaps these features could be shoved into a separate
> variable and _append that, or just use +=.
Sounds fine, please send a patch. There was some good reason for using
_append iirc.
Cheers,
Richard
More information about the poky
mailing list