summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornkskjames <nkskjames@gmail.com>2016-02-09 14:29:47 -0600
committernkskjames <nkskjames@gmail.com>2016-02-09 14:29:47 -0600
commitf61d4dee6e284f12d8dfeb85512d72467c670687 (patch)
treed803e4addb206f4e59261d4ca7271a9dd66c78a7
parent77d29efd8a2ace3d30cbee4b9258e41fb8991e40 (diff)
parent1927aaa83da13a50ce24c011c023ed4cdb5b7706 (diff)
downloadtalos-openbmc-f61d4dee6e284f12d8dfeb85512d72467c670687.tar.gz
talos-openbmc-f61d4dee6e284f12d8dfeb85512d72467c670687.zip
Merge pull request #168 from causten/eventpath
Prep work for presistent event logs
-rw-r--r--meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb
index 6cdf398e5..3b8ce0e63 100644
--- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb
+++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb
@@ -9,6 +9,7 @@ inherit obmc-phosphor-event-mgmt
inherit obmc-phosphor-sdbus-service
inherit obmc-phosphor-c-daemon
+TARGET_CPPFLAGS += "-std=c++11 -fpic"
SRC_URI += "git://github.com/openbmc/phosphor-event"
@@ -22,6 +23,7 @@ S = "${WORKDIR}/git"
INSTALL_NAME = "event_messaged"
do_install() {
+ install -d ${D}/var/lib/obmc/events/
install -m 0755 -d ${D}${sbindir}
install -m 0755 ${S}/${INSTALL_NAME} ${D}/${sbindir}/obmc-phosphor-eventd
}
OpenPOWER on IntegriCloud