diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-15 08:31:06 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:10 +0000 |
| commit | cac929e648fcb5e3c36a9903529a0ad8f189779e (patch) | |
| tree | a1554f92a64f73b6aec5bd6f87d4135b5e0fa9f0 /documentation | |
| parent | 33c2d810e75a78069a1da34b5e25476849fd8717 (diff) | |
| download | poky-cac929e648fcb5e3c36a9903529a0ad8f189779e.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: 651e09aba67f9d62ce005529f16a776c0ab593f1)
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.xml | 9 |
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> |
