Initial commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
DEPENDS += "i2c-tools"
|
||||
|
||||
SRC_URI += "file://0001-Add-discrete-sensor-status-parsing-according-to-sel.patch \
|
||||
file://0001-Remove-dissen-path-update-sensor-status.patch \
|
||||
file://0001-Add-DIMM-Status-discrete-sensors.patch \
|
||||
file://0002-Add-power-button-and-PSU-status-sensor.patch \
|
||||
file://0001-Implement-DIMM-LED-control.patch \
|
||||
file://0003-Add-BMC-Boot-sensor.patch \
|
||||
file://0001-Add-PROCESSOR-sensor-type.patch \
|
||||
file://0001-Enable-Orange-LED-to-indicate-if-dimm-is-present.patch \
|
||||
file://0004-Support-discrete-generic-sensors.patch \
|
||||
file://0001-Add-watchdog2-sensor-type.patch \
|
||||
file://0005-Clear-Status-of-sensors-when-power-on.patch \
|
||||
file://0006-Fix-sensor-status-being-cleared-due-to-warm-reset.patch \
|
||||
file://0007-Retrieve-SEL-sensor-info-from-JSON-file-instead-of-c.patch \
|
||||
file://dimm_led_test.sh \
|
||||
"
|
||||
|
||||
do_install:append () {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${WORKDIR}/dimm_led_test.sh ${D}${bindir}/
|
||||
}
|
||||
Reference in New Issue
Block a user