[meta-intel] [PATCH 2/4] crownbay: README: mention the needed opengl distro feature

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Wed Aug 21 14:01:26 PDT 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

Mention that if the distro policy does not list 'opengl' in the
DISTRO_FEATURES, then one need to do it in the local.conf .

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-crownbay/README | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-crownbay/README b/meta-crownbay/README
index a10ea7e..f291d14 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 dependes on xorg's dri and glx modules, which are built
+only when 'opengl' is listed in DISTRO_FEATURES. So if the distro is
+not listing 'opengl' in the DISTRO_FEATURES then you would need this
+additional line in 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:
 
-- 
1.8.1.4




More information about the meta-intel mailing list