[poky] [PATCH] poky.conf: enable Wayland DISTRO_FEATURE
Martin Jansa
martin.jansa at gmail.com
Wed Mar 27 08:19:15 PDT 2013
On Wed, Mar 27, 2013 at 03:05:12PM +0000, Richard Purdie wrote:
> 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.
I guess it was to use weak assignment from default-distrovars.inc
instead of replacing it with only these 3.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20130327/88452237/attachment.pgp>
More information about the poky
mailing list