meta-phosphor: storage: Add recipe for estoraged

Signed-off-by: John Wedig <johnwedig@google.com>
Change-Id: I607813c03e1acd42329bc7d67b9e4ffa1564a84c
diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged.bb b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
new file mode 100644
index 0000000..c667595
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Encrypted storage management daemon"
+DESCRIPTION = "Provides a D-Bus interface to manage an encrypted storage device"
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+inherit meson pkgconfig
+
+DEPENDS += "phosphor-dbus-interfaces"
+DEPENDS += "cryptsetup"
+DEPENDS += "openssl"
+DEPENDS += "phosphor-logging"
+DEPENDS += "sdbusplus"
+DEPENDS += "stdplus"
+
+RDEPENDS:${PN} += "e2fsprogs"
+
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/openbmc/estoraged.git"
+SRCREV = "972c3faae9092f8a513222d0b24c36ad79f4119f"