diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-06-28 18:49:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-02 22:28:05 +0100 |
commit | eaa5df34af42b6a37f6506847d0f3ef6ba0d298a (patch) | |
tree | f000590dbc839723366d0e60a9c65e1e3af5b004 | |
parent | dae98efbd8f4de4aa56e96b70f38b7158e2d9021 (diff) | |
download | poky-eaa5df34af42b6a37f6506847d0f3ef6ba0d298a.tar.gz |
local.conf.sample.extended: Add example line for enabling security flags1.5_M2.rc1
(From meta-yocto rev: 600d095834217acd007b709104fb9cd8e18f20e7)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 07e5cf553a..eda6452d08 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -214,3 +214,7 @@ | |||
214 | 214 | ||
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 | |||
218 | # Use the following line to enable the security compiler and linker flags to your build | ||
219 | #require conf/distro/include/security_flags.inc | ||
220 | |||