From: Nitin A Kamble <[email protected]>

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

Signed-off-by: Nitin A Kamble <[email protected]>
---
 meta-nuc/README | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-nuc/README b/meta-nuc/README
index 3acf39a..530c65c 100644
--- a/meta-nuc/README
+++ b/meta-nuc/README
@@ -102,6 +102,13 @@ ffmpeg.  As always, please consult the licenses included 
in the
 specific packages for details if you use packages that require
 particular LICENSE_FLAGS.
 
+The xf86-video-intel 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, then you
+would need this additional line in your local.conf:
+
+  DISTRO_FEATURES_append = " opengl"
+
 As an alternative to downloading the BSP tarball, you can also work
 directly from the meta-intel git repository.  For each BSP in the
 'meta-intel' repository, there are multiple branches, one
-- 
1.8.1.4

_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to