diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-09-04 18:45:49 +0000 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-09-05 08:22:41 -0500 |
commit | a30089ab6a38541f729c680f1b3f05c3fbdc6ecf (patch) | |
tree | 8df25be5e2aa14ece7f3b1796745a9ad0e3ab67c /meta-nuc | |
parent | 1eaf80c09f4df653752a122b9941a21dd8fe792b (diff) | |
download | meta-intel-1.5_M4.final.tar.gz |
nuc: mention required opengl distro feature in the README1.5_M4.rc31.5_M4.final1.5_M4
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-nuc')
-rw-r--r-- | meta-nuc/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-nuc/README b/meta-nuc/README index 3acf39ad..530c65c4 100644 --- a/meta-nuc/README +++ b/meta-nuc/README | |||
@@ -102,6 +102,13 @@ ffmpeg. As always, please consult the licenses included in the | |||
102 | specific packages for details if you use packages that require | 102 | specific packages for details if you use packages that require |
103 | particular LICENSE_FLAGS. | 103 | particular LICENSE_FLAGS. |
104 | 104 | ||
105 | The xf86-video-intel recipe depends on Xorg's dri and glx modules, | ||
106 | which are built only when 'opengl' is listed in DISTRO_FEATURES. So | ||
107 | if the distro doesn't list 'opengl' in the DISTRO_FEATURES, then you | ||
108 | would need this additional line in your local.conf: | ||
109 | |||
110 | DISTRO_FEATURES_append = " opengl" | ||
111 | |||
105 | As an alternative to downloading the BSP tarball, you can also work | 112 | As an alternative to downloading the BSP tarball, you can also work |
106 | directly from the meta-intel git repository. For each BSP in the | 113 | directly from the meta-intel git repository. For each BSP in the |
107 | 'meta-intel' repository, there are multiple branches, one | 114 | 'meta-intel' repository, there are multiple branches, one |