summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-07-27 19:46:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-20 21:44:29 +0100
commit81bf1019c8601da952242fbcc827e0bef1ff25d7 (patch)
treeed8098dfc12c98ebfe02fdf02f6f1bcfcd3904fe
parentc85fa6a397d7ed97779ce347d4013cd1ea99d53f (diff)
downloadopenembedded-core-contrib-81bf1019c8601da952242fbcc827e0bef1ff25d7.tar.gz
poky.conf: Enable security flags+pie by defaultEnable security flags+pie by default
This has been an opt-in for so long, some distributions e.g. poky-lsb uses it by default however, since most of linux distros have started to default to these settings for security enhancements, time has come for OE to make it default too Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-poky/conf/distro/poky.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 1c4feeceaa..392c2383ee 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -98,4 +98,5 @@ ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
require conf/distro/include/poky-world-exclude.inc
require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
+require conf/distro/include/security_flags.inc
INHERIT += "uninative"