summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2017-06-08 00:47:54 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-08 13:37:08 +0000
commit2ba514eb955f2763443a255dae5ead1862ee95b4 (patch)
tree13be7b40a4adcf5b0b060fdd517421502deba51e /meta-phosphor/common
parentbf369d069c2924b99dae9d993870e119f62cde97 (diff)
downloadtalos-openbmc-2ba514eb955f2763443a255dae5ead1862ee95b4.tar.gz
talos-openbmc-2ba514eb955f2763443a255dae5ead1862ee95b4.zip
Added include file to reuse SRC_REV and SRC_URL
Change-Id: I808bc3610506206251015cea5c064c2bf79ba703 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb4
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc5
2 files changed, 6 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
index 1763b8055..e52bf41d4 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
@@ -1,6 +1,5 @@
SUMMARY = "Phosphor OpenBMC IPMI daemon"
DESCRIPTION = "Phosphor OpenBMC IPMI router and plugin libraries"
-HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid"
PR = "r1"
RRECOMMENDS_${PN} += "packagegroup-obmc-ipmid-providers-libs"
@@ -34,9 +33,8 @@ RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service phosphor-ipmi-host.service"
RRECOMMENDS_${PN} += "virtual-obmc-settings-mgmt"
-SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
-SRCREV = "5f4fe3c3165ae4266f8a50ecb7f8488cb6ca7035"
+require ${PN}.inc
# Setup IPMI Whitelist Conf files
WHITELIST_CONF = " \
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
new file mode 100644
index 000000000..5a4435c7b
--- /dev/null
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -0,0 +1,5 @@
+HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
+SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
+SRCREV = "5f4fe3c3165ae4266f8a50ecb7f8488cb6ca7035"
OpenPOWER on IntegriCloud