From 9ede23c734187c053fe5860dead693870e19bdd1 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Thu, 9 Feb 2017 13:43:22 -0600 Subject: 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 --- meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-phosphor/common/recipes-phosphor/logging') 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}" -- cgit v1.2.1