From 1f09d4ae2aa35b469578ff284c98579d23cdac4d Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Thu, 16 Mar 2017 06:32:12 -0500 Subject: Add virtual/phosphor-logging-callouts This virtual generates mappings between sysfs device paths and inventory items. Add a native recipe that builds the configuration from MRW. Set this recipe as the default for OpenPOWER systems. Resolves openbmc/openbmc#1093 Resolves openbmc/openbmc#1249 Change-Id: If67b4ef0850910a076ca212197a4bd0e704d0266 Signed-off-by: Deepak Kodihalli Signed-off-by: Brad Bishop --- meta-phosphor/conf/distro/include/phosphor-defaults.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc index d9d532a72..f78ea3328 100644 --- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc +++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc @@ -116,6 +116,15 @@ PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \ PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \ "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-sensor-inventory-mrw-native', 'phosphor-ipmi-sensor-inventory-example-native')}" +# The phosphor-logging application has a data driven plugin that adds FRU +# callout information to error logs, when applications generating error logs +# add the requisite callout metadata to the systemd journal. The plugin requires +# an input mapping of Linux sysfs devices to OpenBMC DBus objects. +# This virtual is a native recipe that provides that mapping by installing +# configuration files in the format and native sysroot location expected by +# the phosphor-logging build process in the native sysroot. +PREFERRED_PROVIDER_virtual/phosphor-logging-callouts ?= \ + "${@cf_enabled(d, 'obmc-mrw', 'phosphor-logging-callouts-mrw-native', 'phosphor-logging-callouts-example-native')}" OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" -- cgit v1.2.3