diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-16 09:33:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:45:03 +0100 |
commit | a72aae195ed77e321855a3f24150f960a3e8b194 (patch) | |
tree | e88f1cb1cddb48f8be5617e9f21a2f29d61d52e9 /meta-yocto/conf | |
parent | 9a1dce10bdc9254bb38e0e54199f23ae55e209a4 (diff) | |
download | poky-a72aae195ed77e321855a3f24150f960a3e8b194.tar.gz |
local.conf.sample.extended: Add some additional comments for security flags
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index a2cb81bc1c..f85310e813 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -215,6 +215,14 @@ | |||
215 | # Remove the old image before the new one generated to save disk space | 215 | # Remove the old image before the new one generated to save disk space |
216 | #RM_OLD_IMAGE = "1" | 216 | #RM_OLD_IMAGE = "1" |
217 | 217 | ||
218 | # | ||
219 | # GCC/LD FLAGS to enable more secure code generation | ||
220 | # | ||
221 | # By including the security_flags include file you enable flags | ||
222 | # to the compiler and linker that cause them to generate more secure | ||
223 | # code, this is enabled by default in the poky-lsb distro. | ||
224 | # This does affect compile speed slightly. | ||
225 | # | ||
218 | # Use the following line to enable the security compiler and linker flags to your build | 226 | # Use the following line to enable the security compiler and linker flags to your build |
219 | #require conf/distro/include/security_flags.inc | 227 | #require conf/distro/include/security_flags.inc |
220 | 228 | ||
@@ -262,4 +270,3 @@ export FC = "${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH}" | |||
262 | #INITRAMFS_IMAGE = "core-image-minimal-initramfs" | 270 | #INITRAMFS_IMAGE = "core-image-minimal-initramfs" |
263 | #INITRAMFS_IMAGE_BUNDLE = "1" | 271 | #INITRAMFS_IMAGE_BUNDLE = "1" |
264 | 272 | ||
265 | |||