aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 11:08:41 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 11:08:41 +0000
commita281c38a1adbf8f1c23c9e20467f120b4d2d1741 (patch)
treef2e294728789ab01a7a89fa06b6c67c5464ceab0
parentc8db53ec9dc7180c349236bd7dc405e2a65300dd (diff)
downloadopenembedded-a281c38a1adbf8f1c23c9e20467f120b4d2d1741.tar.gz
documentation.conf: describe BBINCLUDELOGS/BBINCLUDELOGS_LINES
-rw-r--r--conf/documentation.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf
index 392d1718b6..f5be55eb82 100644
--- a/conf/documentation.conf
+++ b/conf/documentation.conf
@@ -105,3 +105,6 @@ COMPATIBLE_HOST[doc] = "A regular expression which matches the HOST_SYS names su
COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser."
SOURCE_MIRROR_FETCH[doc] = "Switch marking build as source fetcher. Used to skip COMPATIBLE_* checking."
+
+BBINCLUDELOGS[doc] = "Boolean switch to get log printed on failure."
+BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure."