summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-08-19 19:39:43 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-08-27 09:31:03 -0500
commit4f21f38566b50dd2dd4d11549f47daae6ebb5a7b (patch)
tree3a8ee5389fe39cd95ccfd6c7ba69c493054fbf5c /meta-emenlow
parent8d3f10e5e760d0af3f068d442655b176953f2b5a (diff)
downloadmeta-intel-4f21f38566b50dd2dd4d11549f47daae6ebb5a7b.tar.gz
emenlow: 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>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-emenlow/README b/meta-emenlow/README
index 3049fe59..027abf40 100644
--- a/meta-emenlow/README
+++ b/meta-emenlow/README
@@ -102,6 +102,13 @@ in your local.conf. For example:
102 102
103 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" 103 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin"
104 104
105The emgd recipe depends on Xorg's dri and glx modules, which are built
106only when 'opengl' is listed in DISTRO_FEATURES. So if the distro
107doesn't list 'opengl' in the DISTRO_FEATURES you would need this
108additional line to your local.conf:
109
110 DISTRO_FEATURES_append = " opengl"
111
105If you want to enable the layer that does not support EMGD graphics 112If you want to enable the layer that does not support EMGD graphics
106add the following to the local.conf file: 113add the following to the local.conf file:
107 114