From fcae7ef9c5c88b4e2f12a3ea358a2682b0e42eb5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Nov 2013 08:31:06 -0800 Subject: [PATCH] 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: 8f96a657079f7dd3e601c4d99de4b8c9c09c26d9) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 9 +++++---- 1 file 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 @@ 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"