diff options
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | 2017-07-19 06:53:41 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-08-14 18:47:58 +0000 |
commit | 4b3bb4c2fbc4056dab817f8e99e3d8ec3f3857f1 (patch) | |
tree | 885d79671a24b6004fde0cb81836842c73a68a91 /meta-openbmc-machines | |
parent | f4e6607317d7b4649e5e5bde74b4368403ad4454 (diff) | |
download | talos-openbmc-4b3bb4c2fbc4056dab817f8e99e3d8ec3f3857f1.tar.gz talos-openbmc-4b3bb4c2fbc4056dab817f8e99e3d8ec3f3857f1.zip |
Make 'Blink' as action for 'bmc_booted' group on Palmetto
It is a requirement that Firmware notifies users about its
READY state and the mechanism was to assert 'bmc_booted` group
which would result in user defined behavior on corresponding
physical LED. Blinking a particular physical LED is one of the
most common ways to let users know.
Currently on Palmetto and Barreleye, the behavior was set to ON
and this commit changes it to 'Blink' only on Palmetto and leaves
the Barreleye behavior as is based on the discussion with system
Engineer.
Change-Id: I4a976a8906ced0429c46967262208d9505c2f3e3
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'meta-openbmc-machines')
-rwxr-xr-x | meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml index c9ba555ff..3b7d40456 100755 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml @@ -1,6 +1,6 @@ BmcBooted: heartbeat: - Action: 'On' + Action: 'Blink' DutyOn: 50 Period: 0 PowerOn: |