summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-21 23:28:14 +0100
committerSaul Wold <Saul.Wold@intel.com>2010-10-22 11:12:19 -0700
commit72aadcf274924f3ab0fb3e1a347b691619b866c8 (patch)
tree9883ca7f5769ea4cb24090c314cc19e1c643b79d
parent411910bb98e3cebf29e23bf7a173fd5711c8c459 (diff)
downloadpoky-72aadcf274924f3ab0fb3e1a347b691619b866c8.tar.gz
local.conf.sample: Default to not building 32 bit libs on 64 bit systems as most people don't need it and it confuses them
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r--meta/conf/local.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 29f8967510..a2e1374118 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -159,3 +159,8 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
159# wish to perform the time-consuming step of generating all LIBC locales. 159# wish to perform the time-consuming step of generating all LIBC locales.
160# WARNING: this may break localisation! 160# WARNING: this may break localisation!
161#GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" 161#GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
162
163# Default to not build 32 bit libs on 64 bit systems, comment this
164# out if that is desired
165NO32LIBS = "1"
166