Manojkiran Eda | 8e40a5d | 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 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 15 | SRC_URI = "git://github.com/openbmc/bios-settings-mgr;branch=master;protocol=https" |
Andrew Geissler | f88b91b | 2022-08-10 10:00:31 -0500 | [diff] [blame] | 16 | SRCREV = "36cd3238d75c5f3479a944a2f1a9a3abc316120a" |
Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 17 | |
| 18 | inherit meson pkgconfig systemd |
| 19 | |
| 20 | S = "${WORKDIR}/git" |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 21 | SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.biosconfig_manager.service \ |
Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 22 | xyz.openbmc_project.biosconfig_password.service" |
| 23 | |
| 24 | DEPENDS = " boost \ |
Jason M. Bills | 0be39b3 | 2022-08-25 11:40:15 -0700 | [diff] [blame^] | 25 | openssl \ |
Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 26 | phosphor-dbus-interfaces \ |
| 27 | phosphor-logging \ |
| 28 | sdbusplus \ |
| 29 | systemd \ |
| 30 | nlohmann-json " |
| 31 | |