These flags, along with many more updated ones, can all be set using security_flags.inc from oe-core now.
Signed-off-by: Andrew Davis <[email protected]> --- Changes for v2: - No changes meta-arago-distro/conf/distro/arago.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 6e8c6cb9..f1948523 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -153,10 +153,6 @@ ARAGO_SYSTEST_ENABLE ?= "0" ARAGO_KERNEL_SUFFIX:append = "${@oe.utils.conditional("ARAGO_SYSTEST_ENABLE", "1", "-systest", "", d)}" IMAGE_FSTYPES:remove = "${@['','ubi ubifs'][d.getVar('ARAGO_SYSTEST_ENABLE') == '1']}" -# Enable basic stack and buffer overflow protections -#TARGET_CPPFLAGS += "-fstack-protector -D_FORTIFY_SOURCE=1" -#TARGET_CPPFLAGS += "-fstack-protector" - # Load default preferences require conf/distro/include/arago-prefs.inc -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15721): https://lists.yoctoproject.org/g/meta-arago/message/15721 Mute This Topic: https://lists.yoctoproject.org/mt/110737868/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
