Skip to content

Commit

Permalink
Merge pull request #14 from vishwabmc/master
Browse files Browse the repository at this point in the history
bitbake and package files for host-ipmid
  • Loading branch information
williamspatrick committed Oct 15, 2015
2 parents ca82111 + 2ac6f93 commit 96247db
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
@@ -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
@@ -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/
}
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 96247db

Please sign in to comment.