| SUMMARY = "Library to encrypt/decrypt blocks of data" |
| DESCRIPTION = "The encryption key is stored in the EEPROM on motherboard" |
| PR = "r1" |
| PV = "0.1+git${SRCPV}" |
| LICENSE = "CLOSED" |
| |
| inherit meson pkgconfig systemd |
| |
| DEPENDS += "boost" |
| DEPENDS += "nlohmann-json" |
| DEPENDS += "openssl" |
| DEPENDS += "stdplus" |
| DEPENDS += "systemd" |
| DEPENDS += "protobuf" |
| DEPENDS += "protobuf-native" |
| DEPENDS += "fmt" |
| |
| RDEPENDS:${PN} += "bmc-crypto-key" |
| |
| EXTRA_OEMESON += "-Dtests=disabled" |
| |
| S = "${WORKDIR}/git" |
| |
| SRC_URI = "git://gbmc-private.googlesource.com/bmc-crypto;protocol=https;branch=master" |
| SRCREV = "2d67f1bf710a9e628b1e52250d82a828f7ae1536" |
| |
| SYSTEMD_SERVICE:${PN} += "bmc_crypto.service" |