Manojkiran Eda | 23ebe53 | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/openbmc/bios-settings-mgr" |
| 2 | |
| 3 | SUMMARY = "Remote BIOS Configuration via BMC" |
| 4 | |
| 5 | DESCRIPTION = "Provides ability for the user to view and modify the BIOS setup \ |
| 6 | configuration parameters remotely via BMC at any Host state. \ |
| 7 | Modifications to the parameters take place upon the next system \ |
| 8 | reboot or immediate based on the host firmware." |
| 9 | |
| 10 | PR = "r1" |
| 11 | PV = "1.0+git${SRCPV}" |
| 12 | LICENSE = "Apache-2.0" |
| 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bcd9ada3a943f58551867d72893cc9ab" |
| 14 | |
| 15 | SRC_URI = "git://github.com/openbmc/bios-settings-mgr" |
Andrew Geissler | 4538859 | 2021-01-13 05:51:09 +0000 | [diff] [blame] | 16 | SRCREV = "c0f926d6cbf9636a42f4bc3d33b9602e4633c478" |
Manojkiran Eda | 23ebe53 | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 17 | |
| 18 | inherit meson pkgconfig systemd |
| 19 | |
| 20 | S = "${WORKDIR}/git" |
| 21 | SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.biosconfig_manager.service \ |
| 22 | xyz.openbmc_project.biosconfig_password.service" |
| 23 | |
| 24 | DEPENDS = " boost \ |
| 25 | phosphor-dbus-interfaces \ |
| 26 | phosphor-logging \ |
| 27 | sdbusplus \ |
| 28 | systemd \ |
| 29 | nlohmann-json " |
| 30 | |