diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-02-21 11:40:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 15:43:25 +0000 |
commit | efc97fe72091f8b0d0f7702d5ad337f48611249f (patch) | |
tree | 3faa63b5088190c8e199905aeafc8beb94c82f3a /documentation/ref-manual/variables.rst | |
parent | 22af38b3d9e97e5506832c5c0faadd6df747cdb7 (diff) | |
download | poky-efc97fe72091f8b0d0f7702d5ad337f48611249f.tar.gz |
manuals: document COMMERCIAL_[AUDIO|VIDEO]_PLUGINS variables
- Add COMMERCIAL_[AUDIO|VIDEO]_PLUGINS variables to the
variable index.
- Clarify that these plugins are still open-source
- Improve line width
(From yocto-docs rev: 8b161faad6b698b33165f02e1f5e78a693c7817b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 117ef4b264..9b581599e3 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1313,6 +1313,26 @@ system and gives an overview of their function and contents. | |||
1313 | optional at the distribution level, in case the hardware supports | 1313 | optional at the distribution level, in case the hardware supports |
1314 | Bluetooth but you do not ever intend to use it. | 1314 | Bluetooth but you do not ever intend to use it. |
1315 | 1315 | ||
1316 | :term:`COMMERCIAL_AUDIO_PLUGINS` | ||
1317 | This variable is specific to the :yocto_git:`GStreamer recipes | ||
1318 | </poky/tree/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb>`. | ||
1319 | It allows to build the GStreamer `"ugly" | ||
1320 | <https://github.com/GStreamer/gst-plugins-ugly>`__ and | ||
1321 | `"bad" <https://github.com/GStreamer/gst-plugins-bad>`__ audio plugins. | ||
1322 | |||
1323 | See the :ref:`dev-manual/licenses:other variables related to commercial licenses` | ||
1324 | section for usage details. | ||
1325 | |||
1326 | :term:`COMMERCIAL_VIDEO_PLUGINS` | ||
1327 | This variable is specific to the :yocto_git:`GStreamer recipes | ||
1328 | </poky/tree/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb>`. | ||
1329 | It allows to build the GStreamer `"ugly" | ||
1330 | <https://github.com/GStreamer/gst-plugins-ugly>`__ and | ||
1331 | `"bad" <https://github.com/GStreamer/gst-plugins-bad>`__ video plugins. | ||
1332 | |||
1333 | See the :ref:`dev-manual/licenses:other variables related to commercial licenses` | ||
1334 | section for usage details. | ||
1335 | |||
1316 | :term:`COMMON_LICENSE_DIR` | 1336 | :term:`COMMON_LICENSE_DIR` |
1317 | Points to ``meta/files/common-licenses`` in the | 1337 | Points to ``meta/files/common-licenses`` in the |
1318 | :term:`Source Directory`, which is where generic license | 1338 | :term:`Source Directory`, which is where generic license |