diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-26 10:59:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 12:02:07 +0100 |
commit | 9545c8bc64c33959f5f6b02966b9bd812e796226 (patch) | |
tree | b0e2981b7933c47f04f534d1eb50b1fedc5357d1 /meta-yocto/conf | |
parent | 40c887a2793f07c5e210fcda0c97a39dafb16d1b (diff) | |
download | poky-9545c8bc64c33959f5f6b02966b9bd812e796226.tar.gz |
meta/conf/local.conf.sample: improve comments/layout
Some additions and grammar fixes to the comments, as well as moving
the locale options to the same place.
(From OE-Core rev: f3cd4845d27fb5cecd173cb60c947bb36888d2e5)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 6ba92af02e..3ed3805544 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -2,10 +2,10 @@ | |||
2 | CONF_VERSION = "1" | 2 | CONF_VERSION = "1" |
3 | 3 | ||
4 | # Uncomment and change to cache the files Poky downloads in an alternative | 4 | # Uncomment and change to cache the files Poky downloads in an alternative |
5 | # location, default it ${TOPDIR}/downloads | 5 | # location, default is ${TOPDIR}/downloads |
6 | #DL_DIR ?= "${TOPDIR}/downloads" | 6 | #DL_DIR ?= "${TOPDIR}/downloads" |
7 | # Uncomment and change to cache Poky's built staging output in an alternative | 7 | # Uncomment and change to cache Poky's built staging output in an alternative |
8 | # location, default ${TOPDIR}/sstate-cache | 8 | # location, default is ${TOPDIR}/sstate-cache |
9 | #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" | 9 | #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" |
10 | 10 | ||
11 | # Uncomment and set to allow bitbake to execute multiple tasks at once. | 11 | # Uncomment and set to allow bitbake to execute multiple tasks at once. |
@@ -37,6 +37,8 @@ DISTRO ?= "poky" | |||
37 | # For bleeding edge / experimental / unstable package versions | 37 | # For bleeding edge / experimental / unstable package versions |
38 | # DISTRO ?= "poky-bleeding" | 38 | # DISTRO ?= "poky-bleeding" |
39 | 39 | ||
40 | # BBMASK is a regular expression that can be used to tell BitBake to ignore | ||
41 | # certain recipes. | ||
40 | BBMASK = "" | 42 | BBMASK = "" |
41 | 43 | ||
42 | # EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images | 44 | # EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images |
@@ -142,8 +144,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = '.debug' | |||
142 | # Uncomment this if you want BitBake to emit the log if a build fails. | 144 | # Uncomment this if you want BitBake to emit the log if a build fails. |
143 | BBINCLUDELOGS = "yes" | 145 | BBINCLUDELOGS = "yes" |
144 | 146 | ||
145 | ENABLE_BINARY_LOCALE_GENERATION = "1" | ||
146 | |||
147 | # The architecture to build SDK items for, by setting this you can build SDK | 147 | # The architecture to build SDK items for, by setting this you can build SDK |
148 | # packages for architectures other than the host i.e. building i686 packages | 148 | # packages for architectures other than the host i.e. building i686 packages |
149 | # on an x86_64 host. | 149 | # on an x86_64 host. |
@@ -176,6 +176,12 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
176 | #case, which will take much time. | 176 | #case, which will take much time. |
177 | #TEST_SERIALIZE = "1" | 177 | #TEST_SERIALIZE = "1" |
178 | 178 | ||
179 | # ENABLE_BINARY_LOCALE_GENERATION controls the generation of binary locale | ||
180 | # packages at build time using qemu-native. Disabling it (by setting it to 0) | ||
181 | # will save some build time at the expense of breaking i18n on devices with | ||
182 | # less than 128MB RAM. | ||
183 | ENABLE_BINARY_LOCALE_GENERATION = "1" | ||
184 | |||
179 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not | 185 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not |
180 | # wish to perform the time-consuming step of generating all LIBC locales. | 186 | # wish to perform the time-consuming step of generating all LIBC locales. |
181 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set | 187 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set |
@@ -186,10 +192,10 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
186 | #IMAGE_LINGUAS ?= "en-gb" | 192 | #IMAGE_LINGUAS ?= "en-gb" |
187 | #LIMIT_BUILT_LOCALES ?= "POSIX en_GB" | 193 | #LIMIT_BUILT_LOCALES ?= "POSIX en_GB" |
188 | 194 | ||
189 | # This value is currently used by PSEUDO to determine if the recipe should | 195 | # This value is currently used by pseudo to determine if the recipe should |
190 | # build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. | 196 | # build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. |
191 | # | 197 | # |
192 | # PSEUDO will attempt to determine if a 32-bit wrapper is necessary, but | 198 | # Pseudo will attempt to determine if a 32-bit wrapper is necessary, but |
193 | # it doesn't always guess properly. If you have 32-bit executables on | 199 | # it doesn't always guess properly. If you have 32-bit executables on |
194 | # your 64-bit build system, you likely want to set this to "0", | 200 | # your 64-bit build system, you likely want to set this to "0", |
195 | # otherwise you could end up with incorrect file attributes on the | 201 | # otherwise you could end up with incorrect file attributes on the |