diff options
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | 2017-02-11 22:10:23 +0530 |
---|---|---|
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | 2017-03-03 16:39:00 +0530 |
commit | 7f07e7d28463403b5d26cd403d87f0292b0b2cf2 (patch) | |
tree | c7221ce85449f526095157618b7e795070386466 /meta-phosphor/conf | |
parent | db86d27a593f932cd2d4d77307801b3a8e00874f (diff) | |
download | talos-openbmc-7f07e7d28463403b5d26cd403d87f0292b0b2cf2.tar.gz talos-openbmc-7f07e7d28463403b5d26cd403d87f0292b0b2cf2.zip |
Update LED Manager recipe to support Palmetto machine
This has the changes that enables LED group manager on Palmetto
Change-Id: Iaf4d4cc4c798c70e557009e9928225facb1d7d86
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r-- | meta-phosphor/conf/distro/include/phosphor-defaults.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc index 28e04ef3a..0577085a6 100644 --- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc +++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc @@ -80,5 +80,13 @@ PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory ?= \ PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties ?= \ "${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-fru-properties-mrw-native', 'phosphor-ipmi-fru-properties-example-native')}" +# The phosphor-led-manager application is data-driven and requires an input +# yaml of LED group and members. +# 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-led-manager build process in the native sysroot. +PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \ + "${@cf_enabled(d, 'obmc-mrw', 'phosphor-led-manager-config-mrw-native', 'phosphor-led-manager-config-example-native')}" + OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" |