summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-07 14:23:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:06 +0000
commitdd6b2ef9e7a460da329b81ff46f18f2fb657e6bc (patch)
tree0d74b91cb2406017aadcb5ea7d49edf464026551 /documentation/ref-manual/technical-details.xml
parent30d7f5263aabffcd068ba3ff3932cba3a2ebef87 (diff)
downloadpoky-dd6b2ef9e7a460da329b81ff46f18f2fb657e6bc.tar.gz
documentation: Scrubbed use of directory names
There was inconsistent use of the way directory names were handled throughout the YP documentation. I have scrubbed the set and replaced many instances such as the following: meta/<something> replaces /meta/<something> poky replaces ~/poky (except in some very specific examples) I basically got rid of leading slash characters. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ae2e451ed8f61484d04b30017021912c4493a441) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 4d1c2e3f4e..6d4c6b712c 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -1149,7 +1149,7 @@
1149 recipe-by-recipe basis through the <filename>LICENSE_FLAGS</filename> variable 1149 recipe-by-recipe basis through the <filename>LICENSE_FLAGS</filename> variable
1150 definition in the affected recipe. 1150 definition in the affected recipe.
1151 For instance, the 1151 For instance, the
1152 <filename>$HOME/poky/meta/recipes-multimedia/gstreamer/gst-plugins-ugly</filename> 1152 <filename>poky/meta/recipes-multimedia/gstreamer/gst-plugins-ugly</filename>
1153 recipe contains the following statement: 1153 recipe contains the following statement:
1154 <literallayout class='monospaced'> 1154 <literallayout class='monospaced'>
1155 LICENSE_FLAGS = "commercial" 1155 LICENSE_FLAGS = "commercial"
@@ -1165,7 +1165,7 @@
1165 <filename>LICENSE_FLAGS_WHITELIST</filename> variable, which is a variable 1165 <filename>LICENSE_FLAGS_WHITELIST</filename> variable, which is a variable
1166 typically defined in your <filename>local.conf</filename> file. 1166 typically defined in your <filename>local.conf</filename> file.
1167 For example, to enable 1167 For example, to enable
1168 the <filename>$HOME/poky/meta/recipes-multimedia/gstreamer/gst-plugins-ugly</filename> 1168 the <filename>poky/meta/recipes-multimedia/gstreamer/gst-plugins-ugly</filename>
1169 package, you could add either the string 1169 package, you could add either the string
1170 "commercial_gst-plugins-ugly" or the more general string 1170 "commercial_gst-plugins-ugly" or the more general string
1171 "commercial" to <filename>LICENSE_FLAGS_WHITELIST</filename>. 1171 "commercial" to <filename>LICENSE_FLAGS_WHITELIST</filename>.
@@ -1312,7 +1312,7 @@
1312 <para> 1312 <para>
1313 Other helpful variables related to commercial 1313 Other helpful variables related to commercial
1314 license handling exist and are defined in the 1314 license handling exist and are defined in the
1315 <filename>$HOME/poky/meta/conf/distro/include/default-distrovars.inc</filename> file: 1315 <filename>poky/meta/conf/distro/include/default-distrovars.inc</filename> file:
1316 <literallayout class='monospaced'> 1316 <literallayout class='monospaced'>
1317 COMMERCIAL_AUDIO_PLUGINS ?= "" 1317 COMMERCIAL_AUDIO_PLUGINS ?= ""
1318 COMMERCIAL_VIDEO_PLUGINS ?= "" 1318 COMMERCIAL_VIDEO_PLUGINS ?= ""