From 066ea12bab6da029ef20212c3859f336eff8f99e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 28 Apr 2022 16:10:20 +0000 Subject: estoraged: srcrev bump fa5cb6f718..6c0d8ce130 John Wedig (3): Initial integration with Entity Manager Add systemd service file Add association between chassis and drive This commit also updates the estoraged recipe to install the new systemd service. Change-Id: I20ac25e62eb451e39aaf9365dae2b6a3da862e7e Signed-off-by: Andrew Geissler Signed-off-by: John Wedig --- meta-phosphor/recipes-phosphor/storage/estoraged.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-phosphor/recipes-phosphor/storage/estoraged.bb b/meta-phosphor/recipes-phosphor/storage/estoraged.bb index f3cd0ad299..0fdaef9e23 100644 --- a/meta-phosphor/recipes-phosphor/storage/estoraged.bb +++ b/meta-phosphor/recipes-phosphor/storage/estoraged.bb @@ -4,8 +4,9 @@ PR = "r1" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -inherit meson pkgconfig +inherit meson pkgconfig systemd +DEPENDS += "systemd" DEPENDS += "phosphor-dbus-interfaces" DEPENDS += "cryptsetup" DEPENDS += "openssl" @@ -17,4 +18,7 @@ RDEPENDS:${PN} += "e2fsprogs" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/estoraged.git;branch=master;protocol=https" -SRCREV = "fa5cb6f7186851db5b3a77bfb07452d440827eee" +SRCREV = "6c0d8ce1309afb96a253deba5af6287ddba75dc4" + +SYSTEMD_PACKAGES = "${PN}" +SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.eStoraged.service" -- cgit v1.2.3