summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-20 04:59:29 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 13:23:06 +0000
commit37f7820d4d27650c94379acd25d4cd4666a2c97a (patch)
treed0de32b3932e5177d7221793aab8320717881829
parentc0a13d21cf1747f1a6c6a2fe517acf8124d336b8 (diff)
downloadpoky-37f7820d4d27650c94379acd25d4cd4666a2c97a.tar.gz
bitbake: user-manual-metadata.xml: Edits to "Basic Variable Setting"
Fixes [YOCTO #5507] I applied some edits from Richard's review to the fix for handling variable setting. Moved the new section I created into the existing "Basic Variable Setting" section. (Bitbake rev: 0d63589abfa6b353f3b456a9a91de4dd98eb3965) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/user-manual/user-manual-metadata.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/bitbake/doc/user-manual/user-manual-metadata.xml b/bitbake/doc/user-manual/user-manual-metadata.xml
index 9cd1a9d922..cd5736e839 100644
--- a/bitbake/doc/user-manual/user-manual-metadata.xml
+++ b/bitbake/doc/user-manual/user-manual-metadata.xml
@@ -36,14 +36,7 @@
36 VARIABLE = " value" 36 VARIABLE = " value"
37 VARIABLE = "value " 37 VARIABLE = "value "
38 </literallayout> 38 </literallayout>
39 </para> 39 Setting <filename>VARIABLE</filename> to "" sets it to an empty string,
40 </section>
41
42 <section id='null-and-blank-variable-setting'>
43 <title>Null and Blank Variable Setting</title>
44
45 <para>
46 Setting <filename>VARIABLE</filename> to "" sets it to null,
47 while setting the variable to " " sets it to a blank space 40 while setting the variable to " " sets it to a blank space
48 (i.e. these are not the same values). 41 (i.e. these are not the same values).
49 <literallayout class='monospaced'> 42 <literallayout class='monospaced'>