summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-15 08:31:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:58 +0000
commitfcae7ef9c5c88b4e2f12a3ea358a2682b0e42eb5 (patch)
tree2cd69bd889b0210ca4e059f80752191cae72e5e9 /documentation
parent53aca1554e66e7081e1633f838691f49f4abc054 (diff)
downloadpoky-fcae7ef9c5c88b4e2f12a3ea358a2682b0e42eb5.tar.gz
ref-manual: Added other argument values to set variable
The BB_DANGLINGAPPENDS_WARNONLY variable seems to be able to be set using "1", "yes", and "true". And, it is set using these various methods throughout the poky metadata. I guess it has caused a bit of confusion so I have added the fact to the description. Reporte-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 8f96a657079f7dd3e601c4d99de4b8c9c09c26d9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2b0e8909fe..6361821ff4 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -320,10 +320,11 @@
320 320
321 <para> 321 <para>
322 You can change the default behavior by setting this 322 You can change the default behavior by setting this
323 variable to "1" in the <filename>local.conf</filename> 323 variable to "1", "yes", or "true"
324 file in the 324 in your <filename>local.conf</filename> file, which is
325 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 325 located in the
326 as follows: 326 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>:
327 Here is an example:
327 <literallayout class='monospaced'> 328 <literallayout class='monospaced'>
328 BB_DANGLINGAPPENDS_WARNONLY = "1" 329 BB_DANGLINGAPPENDS_WARNONLY = "1"
329 </literallayout> 330 </literallayout>