summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-08-19 22:04:44 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-08-27 09:37:32 -0500
commitf2652b3223093ac24dd8a3d348a8a717c4b97971 (patch)
tree3234fc5e8be5715c0accacaceab789eca90a3171
parent8d12bc2ad37edc41b82f4e16455e8319dfa3a60d (diff)
downloadmeta-intel-f2652b3223093ac24dd8a3d348a8a717c4b97971.tar.gz
fri2: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, one needs to do it in local.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--meta-fri2/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-fri2/README b/meta-fri2/README
index 952130a4..4414ea41 100644
--- a/meta-fri2/README
+++ b/meta-fri2/README
@@ -114,6 +114,13 @@ your local.conf. For example:
114 114
115 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" 115 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin"
116 116
117The emgd recipe depends on Xorg's dri and glx modules, which are built
118only when 'opengl' is listed in DISTRO_FEATURES. So if the distro
119doesn't list 'opengl' in the DISTRO_FEATURES you would need this
120additional line to your local.conf:
121
122 DISTRO_FEATURES_append = " opengl"
123
117If you want to enable the layer that does not support EMGD graphics, 124If you want to enable the layer that does not support EMGD graphics,
118add the following to the local.conf file: 125add the following to the local.conf file:
119 126