summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>