summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/logging
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@linux.vnet.ibm.com>2017-02-09 13:43:22 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-20 14:39:02 +0000
commit9ede23c734187c053fe5860dead693870e19bdd1 (patch)
tree15c5c592b45abddc980822ead7f27f039371870a /meta-phosphor/common/recipes-phosphor/logging
parent01b20cf6144f5a3011a91e6553d81c776f6fae7a (diff)
downloadtalos-openbmc-9ede23c734187c053fe5860dead693870e19bdd1.tar.gz
talos-openbmc-9ede23c734187c053fe5860dead693870e19bdd1.zip
phosphor-logging: Add path to yaml files
Pass the path to where the phosphor-dbus-interfaces yaml files are so that the error parser builds the error header file. Change-Id: I5ad1b64baaf747d4ab7859822065c76635a57a72 Signed-off-by: Adriana Kobylak <anoo@linux.vnet.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/logging')
-rw-r--r--meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
index 4feb2a812..dc909834f 100644
--- a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
+++ b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
@@ -7,6 +7,7 @@ inherit autotools pkgconfig
inherit pythonnative
inherit obmc-phosphor-license
inherit obmc-phosphor-dbus-service
+inherit phosphor-dbus-interfaces
DBUS_SERVICE_${PN} += "xyz.openbmc_project.Logging.service"
@@ -25,3 +26,4 @@ SRCREV = "1f36a88109ab5a59b84032d9a2cfb8314f4fbea5"
S = "${WORKDIR}/git"
+EXTRA_OECONF = "YAML_DIR=${STAGING_DIR_NATIVE}${yaml_dir}"
OpenPOWER on IntegriCloud