summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wedig <johnwedig@google.com>2021-12-04 03:17:45 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-01-03 16:11:16 +0300
commit9248c75b142fa11243c20f4d200a04e4f6395b51 (patch)
treea6c9df7e6b0bac60ec17e1ca32d55fd72c87212a
parent851a10e54604704eabed9f565f29e98627521fc6 (diff)
downloadopenbmc-9248c75b142fa11243c20f4d200a04e4f6395b51.tar.xz
meta-phosphor: storage: Add recipe for estoraged
Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: I607813c03e1acd42329bc7d67b9e4ffa1564a84c
-rw-r--r--meta-phosphor/recipes-phosphor/storage/estoraged.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged.bb b/meta-phosphor/recipes-phosphor/storage/estoraged.bb
new file mode 100644
index 000000000..c6675959a
--- /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"