summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-26 10:59:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 12:02:07 +0100
commit9545c8bc64c33959f5f6b02966b9bd812e796226 (patch)
treeb0e2981b7933c47f04f534d1eb50b1fedc5357d1 /meta-yocto
parent40c887a2793f07c5e210fcda0c97a39dafb16d1b (diff)
downloadast2050-yocto-poky-9545c8bc64c33959f5f6b02966b9bd812e796226.zip
ast2050-yocto-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')
-rw-r--r--meta-yocto/conf/local.conf.sample18
1 files changed, 12 insertions, 6 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 6ba92af..3ed3805 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -2,10 +2,10 @@
CONF_VERSION = "1"
# Uncomment and change to cache the files Poky downloads in an alternative
-# location, default it ${TOPDIR}/downloads
+# location, default is ${TOPDIR}/downloads
#DL_DIR ?= "${TOPDIR}/downloads"
# Uncomment and change to cache Poky's built staging output in an alternative
-# location, default ${TOPDIR}/sstate-cache
+# location, default is ${TOPDIR}/sstate-cache
#SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
# Uncomment and set to allow bitbake to execute multiple tasks at once.
@@ -37,6 +37,8 @@ DISTRO ?= "poky"
# For bleeding edge / experimental / unstable package versions
# DISTRO ?= "poky-bleeding"
+# BBMASK is a regular expression that can be used to tell BitBake to ignore
+# certain recipes.
BBMASK = ""
# EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images
@@ -142,8 +144,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = '.debug'
# Uncomment this if you want BitBake to emit the log if a build fails.
BBINCLUDELOGS = "yes"
-ENABLE_BINARY_LOCALE_GENERATION = "1"
-
# The architecture to build SDK items for, by setting this you can build SDK
# packages for architectures other than the host i.e. building i686 packages
# on an x86_64 host.
@@ -176,6 +176,12 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
#case, which will take much time.
#TEST_SERIALIZE = "1"
+# ENABLE_BINARY_LOCALE_GENERATION controls the generation of binary locale
+# packages at build time using qemu-native. Disabling it (by setting it to 0)
+# will save some build time at the expense of breaking i18n on devices with
+# less than 128MB RAM.
+ENABLE_BINARY_LOCALE_GENERATION = "1"
+
# Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not
# wish to perform the time-consuming step of generating all LIBC locales.
# NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set
@@ -186,10 +192,10 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
#IMAGE_LINGUAS ?= "en-gb"
#LIMIT_BUILT_LOCALES ?= "POSIX en_GB"
-# This value is currently used by PSEUDO to determine if the recipe should
+# This value is currently used by pseudo to determine if the recipe should
# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system.
#
-# PSEUDO will attempt to determine if a 32-bit wrapper is necessary, but
+# Pseudo will attempt to determine if a 32-bit wrapper is necessary, but
# it doesn't always guess properly. If you have 32-bit executables on
# your 64-bit build system, you likely want to set this to "0",
# otherwise you could end up with incorrect file attributes on the
OpenPOWER on IntegriCloud