summaryrefslogtreecommitdiffstats
path: root/meta-chiefriver
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-09-04 18:44:05 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-09-05 08:22:32 -0500
commit1eaf80c09f4df653752a122b9941a21dd8fe792b (patch)
tree55cd728347e978f8f3214b9b604920887a8c9b57 /meta-chiefriver
parent949da7135635b3a69cdd25816c13fffe2a077c24 (diff)
downloadmeta-intel-1eaf80c09f4df653752a122b9941a21dd8fe792b.tar.gz
chiefriver: mention required opengl distro feature in the README
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 <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-chiefriver')
-rw-r--r--meta-chiefriver/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-chiefriver/README b/meta-chiefriver/README
index 48407b60..20c37018 100644
--- a/meta-chiefriver/README
+++ b/meta-chiefriver/README
@@ -104,6 +104,13 @@ ffmpeg. As always, please consult the licenses included in the
104specific packages for details if you use packages that require 104specific packages for details if you use packages that require
105particular LICENSE_FLAGS. 105particular LICENSE_FLAGS.
106 106
107The xf86-video-intel recipe depends on Xorg's dri and glx modules,
108which are built only when 'opengl' is listed in DISTRO_FEATURES. So
109if the distro doesn't list 'opengl' in the DISTRO_FEATURES, then you
110would need this additional line in your local.conf:
111
112 DISTRO_FEATURES_append = " opengl"
113
107As an alternative to downloading the BSP tarball, you can also work 114As an alternative to downloading the BSP tarball, you can also work
108directly from the meta-intel git repository. For each BSP in the 115directly from the meta-intel git repository. For each BSP in the
109'meta-intel' repository, there are multiple branches, one 116'meta-intel' repository, there are multiple branches, one