Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -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/
}