From cac929e648fcb5e3c36a9903529a0ad8f189779e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Nov 2013 08:31:06 -0800 Subject: 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 (From yocto-docs rev: 651e09aba67f9d62ce005529f16a776c0ab593f1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') 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 @@ You can change the default behavior by setting this - variable to "1" in the local.conf - file in the - Build Directory - as follows: + variable to "1", "yes", or "true" + in your local.conf file, which is + located in the + Build Directory: + Here is an example: BB_DANGLINGAPPENDS_WARNONLY = "1" -- cgit v1.2.3-54-g00ecf