From 491082c56ce34f3fd644f8d4457ccd52af951087 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 (From meta-yocto rev: 81bf1019c8601da952242fbcc827e0bef1ff25d7) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-poky') 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 v1.2.3-54-g00ecf