summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample.extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-01-22 20:45:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-05 00:22:30 +0000
commit077d32eb5281be65fa5656c1faa32a3881edf2fd (patch)
tree2a3e190b338b4ad54afef9c26f6027501cc0c427 /meta-yocto/conf/local.conf.sample.extended
parent6ae662acdc145c541c3206717876beca1e563095 (diff)
downloadpoky-077d32eb5281be65fa5656c1faa32a3881edf2fd.tar.gz
local.conf.sample: Remove trailing whitespaces
(From meta-yocto rev: 93c7a1a72cb485fabd5f247e6245ec44b4cb26bf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 521cdcbb78..4e5dc8f38f 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -57,7 +57,7 @@
57 57
58# The following are used to control options related to debugging. 58# The following are used to control options related to debugging.
59# 59#
60# Uncomment this to change the optimization to make debugging easer, at the 60# Uncomment this to change the optimization to make debugging easer, at the
61# possible cost of performance. 61# possible cost of performance.
62# DEBUG_BUILD = "1" 62# DEBUG_BUILD = "1"
63# 63#
@@ -131,9 +131,9 @@
131# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. 131# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system.
132# 132#
133# Pseudo will attempt to determine if a 32-bit wrapper is necessary, but 133# Pseudo will attempt to determine if a 32-bit wrapper is necessary, but
134# it doesn't always guess properly. If you have 32-bit executables on 134# it doesn't always guess properly. If you have 32-bit executables on
135# your 64-bit build system, you likely want to set this to "0", 135# your 64-bit build system, you likely want to set this to "0",
136# otherwise you could end up with incorrect file attributes on the 136# otherwise you could end up with incorrect file attributes on the
137# target filesystem. 137# target filesystem.
138# 138#
139# Default is to not build 32 bit libs on 64 bit systems, uncomment this 139# Default is to not build 32 bit libs on 64 bit systems, uncomment this
@@ -270,7 +270,7 @@
270 270
271# 271#
272# GCC/LD FLAGS to enable more secure code generation 272# GCC/LD FLAGS to enable more secure code generation
273# 273#
274# By including the security_flags include file you enable flags 274# By including the security_flags include file you enable flags
275# to the compiler and linker that cause them to generate more secure 275# to the compiler and linker that cause them to generate more secure
276# code, this is enabled by default in the poky-lsb distro. 276# code, this is enabled by default in the poky-lsb distro.