blob: 0c8769e6ecbf0f152968eb7d8528e996b6135bd4 [file] [log] [blame]
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +05301HOMEPAGE = "https://github.com/openbmc/bios-settings-mgr"
2
3SUMMARY = "Remote BIOS Configuration via BMC"
4
5DESCRIPTION = "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
10PR = "r1"
11PV = "1.0+git${SRCPV}"
12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=bcd9ada3a943f58551867d72893cc9ab"
14
15SRC_URI = "git://github.com/openbmc/bios-settings-mgr"
Andrew Geisslerf0ae5492021-10-11 07:40:47 +000016SRCREV = "2f7ba73a1a63bf1faa20db2a9d58d3722696ed94"
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +053017
18inherit meson pkgconfig systemd
19
20S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050021SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.biosconfig_manager.service \
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +053022 xyz.openbmc_project.biosconfig_password.service"
23
24DEPENDS = " boost \
25 phosphor-dbus-interfaces \
26 phosphor-logging \
27 sdbusplus \
28 systemd \
29 nlohmann-json "
30