[oe-commits] Saul Wold : local.conf.sample.extended: Add some additional comments for security flags

git at git.openembedded.org git at git.openembedded.org
Fri Oct 18 14:31:28 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 0ce598e60015ad75a97fd0250266d0dd591100b4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0ce598e60015ad75a97fd0250266d0dd591100b4

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Oct 16 09:33:05 2013 -0700

local.conf.sample.extended: Add some additional comments for security flags

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample.extended |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 1db1a0b..dd44110 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -211,6 +211,14 @@
 # Remove the old image before the new one generated to save disk space
 #RM_OLD_IMAGE = "1"
 
+#
+# GCC/LD FLAGS to enable more secure code generation
+# 
+# By including the security_flags include file you enable flags
+# to the compiler and linker that cause them to generate more secure
+# code, this is enabled by default in the poky-lsb distro.
+# This does affect compile speed slightly.
+#
 # Use the following line to enable the security compiler and linker flags to your build
 #require conf/distro/include/security_flags.inc
 
@@ -258,4 +266,3 @@ export FC = "${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH}"
 #INITRAMFS_IMAGE = "core-image-minimal-initramfs"
 #INITRAMFS_IMAGE_BUNDLE = "1"
 
-



More information about the Openembedded-commits mailing list