summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-03-10 15:08:56 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-03-16 20:02:19 +0000
commitaca1b1548357774470106883c6ea5b2c5d998a9d (patch)
tree4fa688205b98fdaf48072104d5557c8231aa9167 /meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
parentcf92a506586cb25e57ec06aaeacbc223832d5e28 (diff)
downloadtalos-openbmc-aca1b1548357774470106883c6ea5b2c5d998a9d.tar.gz
talos-openbmc-aca1b1548357774470106883c6ea5b2c5d998a9d.zip
Use openpower-proc-control in bitbake
The executable built from this repository will now be used in start_host@.service and vcs_workaround@.service instead of the shell scripts that use pdbg to do FSI commands. Change-Id: I8ef3075449b562d64295ae330bd2c150264a0607 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
new file mode 100644
index 000000000..0999c8297
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
@@ -0,0 +1,16 @@
+SUMMARY = "OpenPower procedure control"
+DESCRIPTION = "Provides procedures that run against the host chipset"
+PR = "r1"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+DEPENDS += "autoconf-archive-native phosphor-logging"
+RDEPENDS_${PN} += "phosphor-logging"
+
+SRC_URI += "git://github.com/openbmc/openpower-proc-control"
+SRCREV = "0c0eeff6e991077f6a4570880b01396ac1b9e2e5"
OpenPOWER on IntegriCloud