aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-14 12:40:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-14 12:40:36 +0000
commite0747dcd6864ff96bfc9b276f8ce52913281ad6d (patch)
treee9950e6fa9b8668bc8dfa45f9fdc1504cd78ba9d
parent274b25cc55853fe90f6f679e7cc12680d890de0d (diff)
downloadopenembedded-e0747dcd6864ff96bfc9b276f8ce52913281ad6d.tar.gz
documentation.conf: document ENABLE_BINARY_LOCALE_GENERATION
-rw-r--r--conf/documentation.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf
index 19aaf2dd48..630b679599 100644
--- a/conf/documentation.conf
+++ b/conf/documentation.conf
@@ -73,3 +73,5 @@ CVSDIR[doc] = "The directory where cvs checkouts will be stored in."
STAMP[doc] = "The directory that holds files to keep track of what was built"
WORKDIR[doc] = "The directory where a concrete package will be unpacked and built"
T[doc] = "Temporary directory within the WORKDIR"
+ENABLE_BINARY_LOCALE_GENERATION[doc] = "Enable the use of qemu to generate locale information during build time on the host instead of runtime on the target. IF you have trouble with qemu you should make this an empty var"
+