From 9248c75b142fa11243c20f4d200a04e4f6395b51 Mon Sep 17 00:00:00 2001 From: John Wedig Date: Fri, 3 Dec 2021 16:17:45 -0800 Subject: meta-phosphor: storage: Add recipe for estoraged Signed-off-by: John Wedig Change-Id: I607813c03e1acd42329bc7d67b9e4ffa1564a84c --- meta-phosphor/recipes-phosphor/storage/estoraged.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-phosphor/recipes-phosphor/storage/estoraged.bb 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" -- cgit v1.2.3