[poky] [PATCH] poky.conf: enable Wayland DISTRO_FEATURE

Chris Larson clarson at kergoth.com
Wed Mar 27 07:58:56 PDT 2013


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 +=.
-- 
Christopher Larson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20130327/a53cd5ff/attachment.html>


More information about the poky mailing list