blob: 36f30dc575ea25dcdb4e29ade9b40d17f1b13799 [file] [log] [blame]
John Wedig9248c752021-12-03 16:17:45 -08001SUMMARY = "Encrypted storage management daemon"
2DESCRIPTION = "Provides a D-Bus interface to manage an encrypted storage device"
John Wedig9248c752021-12-03 16:17:45 -08003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Andrew Geissler066ea122022-04-28 16:10:20 +00005DEPENDS += "systemd"
John Wedig9248c752021-12-03 16:17:45 -08006DEPENDS += "phosphor-dbus-interfaces"
7DEPENDS += "cryptsetup"
8DEPENDS += "openssl"
9DEPENDS += "phosphor-logging"
10DEPENDS += "sdbusplus"
11DEPENDS += "stdplus"
Andrew Geisslere6856152023-03-21 11:30:20 -050012SRCREV = "2443a0217d6ffe4cec3226992a49b45d37bbb53d"
Ed Tanous9936f862022-09-19 09:13:20 -070013PV = "0.1+git${SRCPV}"
14PR = "r1"
John Wedig9248c752021-12-03 16:17:45 -080015
Ed Tanous9936f862022-09-19 09:13:20 -070016SRC_URI = "git://github.com/openbmc/estoraged.git;branch=master;protocol=https"
17
18S = "${WORKDIR}/git"
19SYSTEMD_PACKAGES = "${PN}"
20SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.eStoraged.service"
21
22inherit meson pkgconfig systemd
John Wedig9248c752021-12-03 16:17:45 -080023
John Wedigaaf3c1a2022-06-10 09:29:54 -070024EXTRA_OEMESON = "-Dtests=disabled"
25
Ed Tanous9936f862022-09-19 09:13:20 -070026RDEPENDS:${PN} += "e2fsprogs"