| SUMMARY = "Phosphor U-Boot environment manager" |
| DESCRIPTION = "Daemon to read or write U-Boot environment variables" |
| |
| PV = "1.0+git${SRCPV}" |
| |
| LICENSE = "Apache-2.0" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| |
| SRC_URI = "git://github.com/openbmc/phosphor-u-boot-env-mgr.git;branch=master;protocol=https" |
| |
| SRCREV = "12c223d90b9e1147fcfbb1c4868ea890d6c22e73" |
| |
| inherit meson systemd pkgconfig |
| SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.U_Boot.Environment.Manager.service" |
| |
| DEPENDS = "boost sdbusplus phosphor-logging" |