Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 1 | SUMMARY = "Remote BIOS Configuration via BMC" |
Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 2 | DESCRIPTION = "Provides ability for the user to view and modify the BIOS setup \ |
| 3 | configuration parameters remotely via BMC at any Host state. \ |
| 4 | Modifications to the parameters take place upon the next system \ |
| 5 | reboot or immediate based on the host firmware." |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 6 | HOMEPAGE = "https://github.com/openbmc/bios-settings-mgr" |
Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bcd9ada3a943f58551867d72893cc9ab" |
Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 9 | DEPENDS = " boost \ |
Jason M. Bills | 0be39b3 | 2022-08-25 11:40:15 -0700 | [diff] [blame] | 10 | openssl \ |
Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 11 | phosphor-dbus-interfaces \ |
| 12 | phosphor-logging \ |
| 13 | sdbusplus \ |
| 14 | systemd \ |
| 15 | nlohmann-json " |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 16 | SRCREV = "36cd3238d75c5f3479a944a2f1a9a3abc316120a" |
| 17 | PV = "1.0+git${SRCPV}" |
| 18 | PR = "r1" |
Manojkiran Eda | 8e40a5d | 2021-01-12 19:15:37 +0530 | [diff] [blame] | 19 | |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 20 | SRC_URI = "git://github.com/openbmc/bios-settings-mgr;branch=master;protocol=https" |
| 21 | |
| 22 | S = "${WORKDIR}/git" |
| 23 | SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.biosconfig_manager.service \ |
| 24 | xyz.openbmc_project.biosconfig_password.service" |
| 25 | |
| 26 | inherit meson pkgconfig systemd |