diff options
author | Deepak Kodihalli <dkodihal@in.ibm.com> | 2017-02-20 04:55:20 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-02-23 21:57:30 +0000 |
commit | 48be0fd82c11f3a32304d680b004e0191cfbb889 (patch) | |
tree | 74b30dc6af2b3503e50e21349295259190ab6bfe /meta-phosphor/conf | |
parent | 6f8fdabe9068570abecb135c4d81768263811c50 (diff) | |
download | talos-openbmc-48be0fd82c11f3a32304d680b004e0191cfbb889.tar.gz talos-openbmc-48be0fd82c11f3a32304d680b004e0191cfbb889.zip |
Add virtual/phosphor-ipmi-fru-properties
This virtual provides an output file in YAML format, which has
property:value pairs for FRUs of interest.
Add a native recipe that builds the configuration from MRW. Set this
recipe as the default for OpenPOWER systems.
Change-Id: Icc816b777189a48aff79a958f38ad22d7002bfdc
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r-- | meta-phosphor/conf/distro/include/phosphor-defaults.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc index 4c3ec5c8b..64309d15a 100644 --- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc +++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc @@ -70,6 +70,8 @@ PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "phosphor-ipmi-fru # the phosphor-ipmi-fru build process in the native sysroot. PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \ "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-inventory-mrw-native', 'phosphor-ipmi-fru-inventory-example-native')}" +PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \ + "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-example-native')}" OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |