summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-fp5280g2/recipes-phosphor/leds/fp5280g2-led-manager-config/led.yaml
blob: 922d67bb794b57ef15005b0448a0c40430fbe8d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bmc_booted:
    power:
        Action: 'Blink'
        DutyOn: 50
        Period: 1000
        Priority: 'On'
    init-ok:
        Action: 'On'
        DutyOn: 50
        Period: 0
        Priority: 'On'

#fp5280g2 does not use "power" and "power_on". but the led.yaml needs it, otherwise the machine won't power on.
power_on:
    power:
        Action: 'On'
        DutyOn: 50
        Period: 0
        Priority: 'On'