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.

(From meta-phosphor rev: 394e867e7778d76c84aea52f64d1e3a60c968c01)

Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Change-Id: I969840119aa51502dce2b5b1cf4d6085ee4e8fd2
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm.inc b/meta-phosphor/recipes-phosphor/pldm/pldm.inc
new file mode 100644
index 0000000..1945b99
--- /dev/null
+++ b/meta-phosphor/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"