summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-08-04 00:55:58 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-08-04 19:36:36 +0300
commite68201747a13d8f6906596bd79751e8638c81bda (patch)
tree3c8b0b7ea345f348539d0612535eeac243031284
parent491f9d4a024bf9ffa85b196a4ed80afd1ddff304 (diff)
downloadopenbmc-e68201747a13d8f6906596bd79751e8638c81bda.tar.xz
meta-phosphor: phosphor-defaults: enable 64-bit time_t
A near-future Yocto update is removing 32-bit time_t support by default. In order to get all of our software components ready for this transition, enable 64-bit time now and then we can remove this line once the Yocto update merges. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id92937625510bb7562a79b8a702d0f01d87c5133
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-defaults.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index eb977adadd..91a088dc43 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -147,6 +147,9 @@ VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
# Set security headers on builds
require conf/distro/include/security_flags.inc
+# Enable 64-bit time_t
+require conf/distro/include/time64.inc
+
# obmc-libobmc-intf doesn't compile with security flags enabled
SECURITY_CFLAGS:pn-obmc-libobmc-intf = ""