summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-04-28 19:10:20 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-04-29 02:33:17 +0300
commit066ea12bab6da029ef20212c3859f336eff8f99e (patch)
tree186aacdb6b06d563756fd352365ece5d1a8852a3
parent0a4200dd020f54f378d7e207c9dd9fcfbf5ef598 (diff)
downloadopenbmc-066ea12bab6da029ef20212c3859f336eff8f99e.tar.xz
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 <openbmcbump-github@yahoo.com> Signed-off-by: John Wedig <johnwedig@google.com>
-rw-r--r--meta-phosphor/recipes-phosphor/storage/estoraged.bb8
1 files 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"