Initial commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
INVENTORY=/system/chassis/motherboard/powersupply0
|
||||
DEVPATH=/dev/input/by-path/platform-gpio-keys-event
|
||||
KEY=40
|
||||
NAME=powersupply0
|
||||
DRIVERS=/sys/bus/i2c/drivers/inspur-ipsps,11-0058
|
||||
EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
INVENTORY=/system/chassis/motherboard/powersupply1
|
||||
DEVPATH=/dev/input/by-path/platform-gpio-keys-event
|
||||
KEY=41
|
||||
NAME=powersupply1
|
||||
DRIVERS=/sys/bus/i2c/drivers/inspur-ipsps,11-0059
|
||||
EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
|
||||
@@ -0,0 +1,12 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
TMPL_POWERSUPPLY = "phosphor-gpio-presence@.service"
|
||||
INSTFMT_POWERSUPPLY = "phosphor-gpio-presence@{0}.service"
|
||||
POWERSUPPLY_TGT = "multi-user.target"
|
||||
FMT_POWERSUPPLY = "../${TMPL_POWERSUPPLY}:${POWERSUPPLY_TGT}.requires/${INSTFMT_POWERSUPPLY}"
|
||||
|
||||
SYSTEMD_LINK:${PN}-presence:append:fp5280g2 = " ${@compose_list(d, 'FMT_POWERSUPPLY', 'OBMC_POWER_SUPPLY_INSTANCES')}"
|
||||
|
||||
POWERSUPPLY_ENV_FMT = "obmc/gpio/phosphor-power-supply-{0}.conf"
|
||||
|
||||
SYSTEMD_ENVIRONMENT_FILE:${PN}-presence:append:fp5280g2 = " ${@compose_list(d, 'POWERSUPPLY_ENV_FMT', 'OBMC_POWER_SUPPLY_INSTANCES')}"
|
||||
Reference in New Issue
Block a user