diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-27 13:59:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-27 14:32:51 +0000 |
commit | 813d44e2bd7161a8818856adc03458ca9dc7f7c8 (patch) | |
tree | 61e985ce721d5c3188946896a0f54ed429f987ff /meta-yocto/conf/distro | |
parent | 1eb5214c982d081e445cc7eecd823d4c307db575 (diff) | |
download | poky-813d44e2bd7161a8818856adc03458ca9dc7f7c8.tar.gz |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/distro')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index f146f5f439..afe328b344 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -11,7 +11,7 @@ TARGET_VENDOR = "-poky" | |||
11 | LOCALCONF_VERSION = "1" | 11 | LOCALCONF_VERSION = "1" |
12 | LAYER_CONF_VERSION ?= "6" | 12 | LAYER_CONF_VERSION ?= "6" |
13 | 13 | ||
14 | DISTRO_FEATURES_append = " largefile opengl multiarch" | 14 | DISTRO_FEATURES_append = " largefile opengl multiarch wayland" |
15 | 15 | ||
16 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | 16 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
17 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%" | 17 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.8%" |