| SUMMARY = "PSDM daemon to interface with encrypted storage on eMMC" |
| DESCRIPTION = "Provides a gRPC interface for managing the encrypted storage on the eMMC" |
| PR = "r1" |
| PV = "0.1+git${SRCPV}" |
| LICENSE = "CLOSED" |
| inherit meson pkgconfig systemd |
| |
| DEPENDS += " \ |
| bmc-crypto \ |
| fmt \ |
| grpc \ |
| grpc-native \ |
| gmi \ |
| zatar \ |
| libcrypta \ |
| openssl \ |
| phosphor-logging \ |
| stdplus \ |
| " |
| |
| RDEPENDS:${PN} += " \ |
| emmc-available \ |
| mtd-utils-jffs2 \ |
| estoraged \ |
| " |
| |
| S = "${WORKDIR}/git" |
| |
| SRC_URI = "git://gbmc-private.googlesource.com/psdmd;protocol=https;branch=master" |
| SRCREV = "2f00f7f91fe9ed395c9631abf3726c39cc470954" |
| |
| SYSTEMD_PACKAGES = "${PN}" |
| SYSTEMD_SERVICE:${PN} += "psdmd.service" |