summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-08-19 22:06:23 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-08-27 09:41:40 -0500
commit164067980e18e8ba60b317677ced2d75c3725dbe (patch)
treecde644e7722d7b5f2eb3ad59a4f7b45da9a7c750
parentf2652b3223093ac24dd8a3d348a8a717c4b97971 (diff)
downloadmeta-intel-1.5_M4.rc1.tar.gz
sys940x: mention required opengl distro feature in the README1.5_M4.rc21.5_M4.rc1
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-sys940x/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-sys940x/README b/meta-sys940x/README
index be5bc0fc..9578cf51 100644
--- a/meta-sys940x/README
+++ b/meta-sys940x/README
@@ -94,6 +94,13 @@ in your local.conf. For example:
94 94
95 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" 95 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin"
96 96
97The emgd recipe depends on Xorg's dri and glx modules, which are built
98only when 'opengl' is listed in DISTRO_FEATURES. So if the distro
99doesn't list 'opengl' in the DISTRO_FEATURES you would need this
100additional line to your local.conf:
101
102 DISTRO_FEATURES_append = " opengl"
103
97If you want to enable the layer that does not support EMGD graphics 104If you want to enable the layer that does not support EMGD graphics
98add the following to the local.conf file: 105add the following to the local.conf file:
99 106