Initial commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
SUMMARY = "Phosphor OpenBMC Mori CPLD Firmware Upgrade Command"
|
||||
DESCRIPTION = "Phosphor OpenBMC Mori CPLD Firmware Upgrade Comman Daemon"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
|
||||
DEPENDS:append = " systemd phosphor-ipmi-flash"
|
||||
PROVIDES:append = " virtual/cpld-update"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = " \
|
||||
file://phosphor-ipmi-flash-bmccpld-update.service \
|
||||
file://phosphor-ipmi-flash-mbcpld-update.service \
|
||||
file://config-bmccpld.json \
|
||||
file://config-mbcpld.json \
|
||||
"
|
||||
|
||||
SYSTEMD_SERVICE:${PN} = " \
|
||||
phosphor-ipmi-flash-bmccpld-update.service \
|
||||
phosphor-ipmi-flash-mbcpld-update.service \
|
||||
"
|
||||
|
||||
inherit systemd obmc-phosphor-systemd
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${datadir}/phosphor-ipmi-flash
|
||||
install -m 0644 ${WORKDIR}/config-bmccpld.json \
|
||||
${D}${datadir}/phosphor-ipmi-flash
|
||||
install -m 0644 ${WORKDIR}/config-mbcpld.json \
|
||||
${D}${datadir}/phosphor-ipmi-flash
|
||||
install -d ${D}${systemd_system_unitdir}
|
||||
install -m 0644 ${WORKDIR}/phosphor-ipmi-flash-bmccpld-update.service \
|
||||
${D}${systemd_system_unitdir}
|
||||
install -m 0644 ${WORKDIR}/phosphor-ipmi-flash-mbcpld-update.service \
|
||||
${D}${systemd_system_unitdir}
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}:append = " libsystemd mori-fw"
|
||||
|
||||
RPROVIDES:${PN}:append = " virtual/cpld-update"
|
||||
|
||||
FILES:${PN}:append = " \
|
||||
${datadir}/phosphor-ipmi-flash/config-bmccpld.json \
|
||||
${datadir}/phosphor-ipmi-flash/config-mbcpld.json \
|
||||
"
|
||||
Reference in New Issue
Block a user