diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-08-19 22:03:07 +0000 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-08-27 09:34:27 -0500 |
commit | 8d12bc2ad37edc41b82f4e16455e8319dfa3a60d (patch) | |
tree | fed8683e51e21776779da0e50c119a1acd16d27b /meta-crownbay/README | |
parent | 4f21f38566b50dd2dd4d11549f47daae6ebb5a7b (diff) | |
download | meta-intel-8d12bc2ad37edc41b82f4e16455e8319dfa3a60d.tar.gz meta-intel-8d12bc2ad37edc41b82f4e16455e8319dfa3a60d.tar.bz2 meta-intel-8d12bc2ad37edc41b82f4e16455e8319dfa3a60d.zip |
crownbay: 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-crownbay/README')
-rw-r--r-- | meta-crownbay/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README index a10ea7eb..41e36ed9 100644 --- a/meta-crownbay/README +++ b/meta-crownbay/README @@ -96,6 +96,13 @@ in your local.conf. For example: LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" +The emgd recipe depends on Xorg's dri and glx modules, which are built +only when 'opengl' is listed in DISTRO_FEATURES. So if the distro +doesn't list 'opengl' in the DISTRO_FEATURES you would need this +additional line to your local.conf: + + DISTRO_FEATURES_append = " opengl" + If you want to enable the layer that does not support EMGD graphics add the following to the local.conf file: |