diff options
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 |