summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorAlexander Hansen <alexander.hansen@9elements.com>2024-08-23 20:04:20 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-08-28 13:59:24 +0300
commit3d40352ffcf0d98441d5427903d1cb5dec554707 (patch)
tree678f1227cd72d7c2339180a656baddb08cb6d27e /meta-intel-openbmc
parent45bb03cac25dbc93cf10d2f1117c16851949f092 (diff)
downloadopenbmc-3d40352ffcf0d98441d5427903d1cb5dec554707.tar.xz
update configurations for phosphor-led-manager
phosphor-led-manager no longer assumes any default led priority. The behavior was changed in https://github.com/openbmc/phosphor-led-manager/commit/5a9f651949c133ed0868d72734c4ac82c75a7656 and https://github.com/openbmc/phosphor-led-manager/commit/55badf7979f57d5f9ed2db726eebf35e84d0dac5 The led priority needs to be configured, so updating all configurations here. Before, led-manager assumed a default led priority of 'Blink'. So this patch is just making that explicit in the existing configurations. There should be no behavior change from this patch. Change-Id: I74aabb567ccf6682d56877f8bb42e636fc1746f6 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
Diffstat (limited to 'meta-intel-openbmc')
-rwxr-xr-xmeta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml b/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml
index 813ffbfd44..db5e776675 100755
--- a/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml
+++ b/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml
@@ -5,32 +5,41 @@ power_on:
status_ok:
status_green:
Action: 'On'
+ Priority: 'Blink'
status_amber:
Action: 'Off'
+ Priority: 'Blink'
status_degraded:
status_green:
Action: 'Blink'
DutyOn: 50
Period: 1000
+ Priority: 'Blink'
status_amber:
Action: 'Off'
+ Priority: 'Blink'
status_non_critical:
status_green:
Action: 'Off'
+ Priority: 'Blink'
status_amber:
Action: 'Blink'
DutyOn: 50
Period: 1000
+ Priority: 'Blink'
status_critical:
status_green:
Action: 'Off'
+ Priority: 'Blink'
status_amber:
Action: 'On'
+ Priority: 'Blink'
enclosure_identify:
identify:
Action: 'On'
+ Priority: 'Blink'