Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"leds": [
|
||||
{
|
||||
"group" : "bmc_booted",
|
||||
"members" : [
|
||||
{
|
||||
"Name" : "bmc_heartbeat_n",
|
||||
"Action" : "Blink",
|
||||
"DutyOn" : 50,
|
||||
"Period" : 1000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "enclosure_identify",
|
||||
"members": [
|
||||
{
|
||||
"Name": "fm_id_led_n",
|
||||
"Action": "Blink",
|
||||
"DutyOn": 50,
|
||||
"Period": 250
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
FILESEXTRAPATHS:prepend:s6q := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI:append:s6q = " file://led-group-config.json"
|
||||
|
||||
PACKAGECONFIG:append:s6q = " use-lamp-test"
|
||||
|
||||
do_install:append:s6q() {
|
||||
install -m 0644 ${WORKDIR}/led-group-config.json ${D}${datadir}/phosphor-led-manager/
|
||||
}
|
||||
Reference in New Issue
Block a user