blob: 11332fb6e85a54649fe453a0b6ccec2e5220f873 [file] [log] [blame]
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 = "f2016d45fd7e908c93a1d181a81db9388424e5bc"
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE:${PN} += "psdmd.service"
do_install:append() {
install -d ${D}/var/google/
}