diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-09-04 18:40:31 +0000 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-09-05 08:21:08 -0500 |
| commit | 949da7135635b3a69cdd25816c13fffe2a077c24 (patch) | |
| tree | 09368cdbdcdc8d2e42672f368d100a793d134752 /meta-sugarbay | |
| parent | 662865482570f698571596764f1cfc748338c436 (diff) | |
| download | meta-intel-949da7135635b3a69cdd25816c13fffe2a077c24.tar.gz | |
sugarbay: 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-sugarbay')
| -rw-r--r-- | meta-sugarbay/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-sugarbay/README b/meta-sugarbay/README index 81ff3022..b3692f4c 100644 --- a/meta-sugarbay/README +++ b/meta-sugarbay/README | |||
| @@ -104,6 +104,13 @@ ffmpeg. As always, please consult the licenses included in the | |||
| 104 | specific packages for details if you use packages that require | 104 | specific packages for details if you use packages that require |
| 105 | particular LICENSE_FLAGS. | 105 | particular LICENSE_FLAGS. |
| 106 | 106 | ||
| 107 | The xf86-video-intel recipe depends on Xorg's dri and glx modules, | ||
| 108 | which are built only when 'opengl' is listed in DISTRO_FEATURES. So | ||
| 109 | if the distro doesn't list 'opengl' in the DISTRO_FEATURES, then you | ||
| 110 | would need this additional line in your local.conf: | ||
| 111 | |||
| 112 | DISTRO_FEATURES_append = " opengl" | ||
| 113 | |||
| 107 | As an alternative to downloading the BSP tarball, you can also work | 114 | As an alternative to downloading the BSP tarball, you can also work |
| 108 | directly from the meta-intel git repository. For each BSP in the | 115 | directly 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 |
