Skip to content

Commit

Permalink
bitbake and package files for host-ipmid
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwabmc committed Oct 12, 2015
1 parent 4a7af83 commit 2ac6f93
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Unit]
Description="Phosphor OpenBMC IPMI daemon"

[Service]
ExecStart=/usr/sbin/ipmid

[Install]
WantedBy=multi-user.target
20 changes: 20 additions & 0 deletions meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
SUMMARY = "Phosphor OpenBMC IPMI daemon"
DESCRIPTION = "Phosphor OpenBMC IPMI router and plugin libraries"
HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid"
PR = "r1"

inherit obmc-phosphor-license
inherit obmc-phosphor-systemd

DEPENDS += "glib-2.0"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"

SRCREV = "02d37aab090090af9a779f4039931a6721bff615"

S = "${WORKDIR}/git"

do_install() {
install -m 0755 -d ${D}${sbindir} ${D}${libdir} ${D}${libdir}/host-ipmid/
install -m 0755 ${S}/ipmid ${D}${sbindir}/
install -m 0755 ${S}/libapphandler.so ${D}${libdir}/host-ipmid/
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ PACKAGES = " \
SUMMARY_packagegroup-obmc-phosphor-apps-extras = "Extra features"
RDEPENDS_packagegroup-obmc-phosphor-apps-extras = " \
rest-dbus \
host-ipmid \
"

SUMMARY_packagegroup-obmc-phosphor-apps-fan-mgmt = "Fan management support"
Expand Down

0 comments on commit 2ac6f93

Please sign in to comment.