summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-07 18:17:07 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 16:31:17 +0000
commit7814b33b5678a3a17b6c49e62b5a37958e57f1a3 (patch)
treef34653538c47dce710a40731fd91642c2fcfeb5e /documentation/ref-manual/technical-details.xml
parentbf81969bbc87223f2ababa20f41f6d2f05dffcca (diff)
downloadpoky-7814b33b5678a3a17b6c49e62b5a37958e57f1a3.tar.gz
ref-manual: Updates to cull out qt4 stuff.
Several areas changed throughout the ref-manual to remove qt4 referencing. (From yocto-docs rev: 9ee721034ceb2bb7b7a9e64f6a6a7a2b3bfd1c82) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 2df36521c2..bd4ad8f21f 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -1378,7 +1378,6 @@
1378 <literallayout class='monospaced'> 1378 <literallayout class='monospaced'>
1379 COMMERCIAL_AUDIO_PLUGINS ?= "" 1379 COMMERCIAL_AUDIO_PLUGINS ?= ""
1380 COMMERCIAL_VIDEO_PLUGINS ?= "" 1380 COMMERCIAL_VIDEO_PLUGINS ?= ""
1381 COMMERCIAL_QT = ""
1382 </literallayout> 1381 </literallayout>
1383 If you want to enable these components, you can do so by making sure you have 1382 If you want to enable these components, you can do so by making sure you have
1384 statements similar to the following 1383 statements similar to the following
@@ -1388,7 +1387,6 @@
1388 gst-plugins-ugly-mpegaudioparse" 1387 gst-plugins-ugly-mpegaudioparse"
1389 COMMERCIAL_VIDEO_PLUGINS = "gst-plugins-ugly-mpeg2dec \ 1388 COMMERCIAL_VIDEO_PLUGINS = "gst-plugins-ugly-mpeg2dec \
1390 gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" 1389 gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse"
1391 COMMERCIAL_QT ?= "qmmp"
1392 LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly commercial_gst-plugins-bad commercial_qmmp" 1390 LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly commercial_gst-plugins-bad commercial_qmmp"
1393 </literallayout> 1391 </literallayout>
1394 Of course, you could also create a matching whitelist 1392 Of course, you could also create a matching whitelist
@@ -1406,9 +1404,8 @@
1406 Specifying audio and video plug-ins as part of the 1404 Specifying audio and video plug-ins as part of the
1407 <filename>COMMERCIAL_AUDIO_PLUGINS</filename> and 1405 <filename>COMMERCIAL_AUDIO_PLUGINS</filename> and
1408 <filename>COMMERCIAL_VIDEO_PLUGINS</filename> statements 1406 <filename>COMMERCIAL_VIDEO_PLUGINS</filename> statements
1409 or commercial Qt components as part of 1407 (along with the enabling
1410 the <filename>COMMERCIAL_QT</filename> statement (along 1408 <filename>LICENSE_FLAGS_WHITELIST</filename>) includes the
1411 with the enabling <filename>LICENSE_FLAGS_WHITELIST</filename>) includes the
1412 plug-ins or components into built images, thus adding 1409 plug-ins or components into built images, thus adding
1413 support for media formats or components. 1410 support for media formats or components.
1414 </para> 1411 </para>