meta-phosphor: logging: Add bios-bmc-smm-error-logger

Create a bitbake file for:
https://github.com/openbmc/bios-bmc-smm-error-logger

Tested:
Loaded on an internal BMC that built this + a custom BIOS that includes
all the required features to interact with the BMC's buffer. Currently
supports PCIe MMIO for NPCM7xx.

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: Ifdb8f5bd4e82d508fdd38976fd32c819adab3c19
diff --git a/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb b/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb
new file mode 100644
index 0000000..6c44ef8
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb
@@ -0,0 +1,22 @@
+SUMMARY = "BIOS BMC SMM Error Logger"
+DESCRIPTION = "Allows BIOS in SMM to log errors to the BMC"
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+inherit meson pkgconfig systemd
+
+DEPENDS += " \
+  boost \
+  stdplus \
+  systemd \
+  nlohmann-json \
+  "
+
+S = "${WORKDIR}/git"
+
+SRC_URI = "git://github.com/openbmc/bios-bmc-smm-error-logger;branch=main;protocol=https"
+SRCREV = "1a3dc60db5f8764ea8b97fda5973ccbb894596df"
+
+SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.bios_bmc_smm_error_logger.service"
+