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,2 @@
PACKAGECONFIG:append = " mac-address-manual-fru-conf"
PACKAGECONFIG[mac-address-manual-fru-conf] = "-Dmac-address-fru-bus=14 -Dmac-address-fru-addr=80"
@@ -0,0 +1,2 @@
FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
@@ -0,0 +1,2 @@
{"id": 32, "revision": 1, "addn_dev_support": 141,
"manuf_id": 52538, "prod_id": 131, "aux": 0}
@@ -0,0 +1,9 @@
FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
PACKAGECONFIG:append = " dynamic-storages-only"
DEPENDS:append = " mtmitchell-yaml-config"
EXTRA_OEMESON = " \
-Dsensor-yaml-gen=${STAGING_DIR_HOST}${datadir}/mtmitchell-yaml-config/ipmi-sensors.yaml \
-Dfru-yaml-gen=${STAGING_DIR_HOST}${datadir}/mtmitchell-yaml-config/ipmi-fru-read.yaml \
"
@@ -0,0 +1,7 @@
DEFAULT_RMCPP_IFACE = "eth0"
ALT_RMCPP_IFACE = "eth1"
SYSTEMD_SERVICE:${PN} += " \
${PN}@${ALT_RMCPP_IFACE}.service \
${PN}@${ALT_RMCPP_IFACE}.socket \
"
@@ -0,0 +1,3 @@
[Service]
ExecStopPost=/bin/sh -c "gpioset $(gpiofind bmc-ok)=0"
ExecStartPost=/bin/sh -c "gpioset $(gpiofind bmc-ok)=1"
@@ -0,0 +1,11 @@
FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
SRC_URI += " file://ssifbridge-override.conf"
FILES:${PN} += "${systemd_system_unitdir}/ssifbridge.service.d"
do_install:append() {
install -d ${D}${systemd_system_unitdir}/ssifbridge.service.d
install -m 644 ${WORKDIR}/ssifbridge-override.conf \
${D}${systemd_system_unitdir}/ssifbridge.service.d
}