diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-14 12:40:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-14 12:40:36 +0000 |
commit | e0747dcd6864ff96bfc9b276f8ce52913281ad6d (patch) | |
tree | e9950e6fa9b8668bc8dfa45f9fdc1504cd78ba9d /conf | |
parent | 274b25cc55853fe90f6f679e7cc12680d890de0d (diff) |
documentation.conf: document ENABLE_BINARY_LOCALE_GENERATION
Diffstat (limited to 'conf')
-rw-r--r-- | conf/documentation.conf | 2 |
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" + |