From: Ross Burton Date: Wed, 27 Mar 2013 13:59:48 +0000 (+0000) Subject: poky.conf: enable Wayland DISTRO_FEATURE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=813d44e2bd7161a8818856adc03458ca9dc7f7c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky.conf: enable Wayland DISTRO_FEATURE 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. (From meta-yocto rev: 641f0c42c062a0fdc36f71cb03ee18b91f253c3e) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index f146f5f4397..afe328b3441 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" PREFERRED_VERSION_linux-yocto ?= "3.4%" PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%"