summaryrefslogtreecommitdiffstats
path: root/elog_meta.hpp
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-16 07:04:07 -0500
committerDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-16 07:04:07 -0500
commit5edacf374257f796baf7f2a55ceaa8afb724b95b (patch)
treead8b999cb96c3f63a4e506ed599fd2920a974f6a /elog_meta.hpp
parenta5d8d15cb7b4e080a7d76d18a0fcb233d41eb1fa (diff)
downloadphosphor-logging-5edacf374257f796baf7f2a55ceaa8afb724b95b.tar.gz
phosphor-logging-5edacf374257f796baf7f2a55ceaa8afb724b95b.zip
Describe a compile flag
Add a comment to describe the PROCESS_META compile flag. Change-Id: I9dc652fd2f3f7b595177112114b53a650c514772 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'elog_meta.hpp')
-rw-r--r--elog_meta.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/elog_meta.hpp b/elog_meta.hpp
index b947948..e31afa9 100644
--- a/elog_meta.hpp
+++ b/elog_meta.hpp
@@ -100,6 +100,10 @@ inline void build<example::xyz::openbmc_project::
}
}
+// The PROCESS_META flag is needed to get out of tree builds working. Such
+// builds will have access only to internal error interfaces, hence handlers
+// for out dbus error interfaces won't compile. This flag is not set by default,
+// the phosphor-logging recipe enabled it.
#if defined PROCESS_META
template <>
OpenPOWER on IntegriCloud