summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-10-06 21:00:53 +0300
committerEd Tanous <edtanous@google.com>2022-10-06 21:04:55 +0300
commitdaf9c29d53f25f242e3f63fa132c8f2cad018bda (patch)
treebbfe934c2b35190786108c6d2b10771994973748 /meta-phosphor/conf
parentb3c8264887cc37cc8fc7cafd1c66ba76da23fc39 (diff)
downloadopenbmc-daf9c29d53f25f242e3f63fa132c8f2cad018bda.tar.xz
cleanup: Do as the TODO commands
Both of the patchsets mentioned in the SECURITY_FLAGS holdouts have been merged, we can enable the security flags on these projects now. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I62ab78568dac5970f7ab6a05bfe9cd8b99ecc731
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-defaults.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index 948a090514..54d0649492 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -227,16 +227,9 @@ VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
# Set security headers on builds
require conf/distro/include/security_flags.inc
-# Disable security on croserver.
-# Remove if https://github.com/open-power/eCMD/pull/433 is ever merged
-SECURITY_STRINGFORMAT:pn-croserver = ""
# obmc-libobmc-intf doesn't compile with security flags enabled
SECURITY_CFLAGS:pn-obmc-libobmc-intf = ""
-# remove when https://gerrit.openbmc-project.xyz/c/openbmc/pldm/+/39984
-# is merged and rev bumped
-SECURITY_CFLAGS:pn-pldm = ""
-
# We generally want to enable LTO with meson
EXTRA_OEMESON:append:class-target = " -Db_lto=true"