Add recipe for PLDM

The recipe installs the following:
- libpldm
- libpldmresponder
Details about these libs can be found at
https://github.com/openbmc/pldm/blob/master/README.md.

The recipe also installs the pldm daemon (pldmd), however it doesn't
provide a service file to start the daemon. This is because pldmd
depends on the MCTP demux daemon, which in turn would have system
specific invocations via its service file. Hence the service files for
pldm (and libmctp) would likely be installed via system specific
bbappends.

Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Change-Id: Iec44a76ab8db0c3ad09af512914aa42482b52e08
diff --git a/recipes-phosphor/pldm/pldm.inc b/recipes-phosphor/pldm/pldm.inc
new file mode 100644
index 0000000..1945b99
--- /dev/null
+++ b/recipes-phosphor/pldm/pldm.inc
@@ -0,0 +1,5 @@
+HOMEPAGE = "https://github.com/openbmc/pldm"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+SRC_URI = "git://github.com/openbmc/pldm"
+SRCREV = "960dc96969e71defb6c9d708ad943a6dad0ea87b"