summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/local.conf.sample')
-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 6ba92af02e..3ed3805544 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -2,10 +2,10 @@
2CONF_VERSION = "1" 2CONF_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.
40BBMASK = "" 42BBMASK = ""
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.
143BBINCLUDELOGS = "yes" 145BBINCLUDELOGS = "yes"
144 146
145ENABLE_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.
183ENABLE_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