From 81bf1019c8601da952242fbcc827e0bef1ff25d7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 27 Jul 2018 19:46:14 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg