From 073a600a0ad7848d4d846269181a777779413566 Mon Sep 17 00:00:00 2001 From: James Feist Date: Thu, 14 Feb 2019 10:11:18 -0800 Subject: Fix build Add missing components, this along with https://gerrit.openbmc-project.xyz/#/c/openbmc/x86-power-control/+/18388/ will allow s2600wf to build again. Tested-by: it built (From meta-intel rev: 53b9232f7d65f955150f304b2261c9dd5d0a1a9f) Change-Id: I936f2739ded247a712ca78c40034ab2964ee8871 Signed-off-by: James Feist Signed-off-by: Brad Bishop --- .../leds/intel-led-manager-config/led.yaml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 meta-intel/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml (limited to 'meta-intel/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml') diff --git a/meta-intel/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml b/meta-intel/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml new file mode 100755 index 000000000..813ffbfd4 --- /dev/null +++ b/meta-intel/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml @@ -0,0 +1,36 @@ +bmc_booted: + +power_on: + +status_ok: + status_green: + Action: 'On' + status_amber: + Action: 'Off' + +status_degraded: + status_green: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + status_amber: + Action: 'Off' + +status_non_critical: + status_green: + Action: 'Off' + status_amber: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + +status_critical: + status_green: + Action: 'Off' + status_amber: + Action: 'On' + +enclosure_identify: + identify: + Action: 'On' + -- cgit v1.2.3