blob: bf3eff2cc8a3b60bd691dd56aceb976d6cf1aa6b [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 = "e97a549d3835a56a99490326057f0f19c2f8f934"
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE:${PN} += "psdmd.service"
do_install:append() {
install -d ${D}/var/google/
}