blob: bb433d677a50095c0963c7b22f06d709f47ec250 [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 Geissler695e2c12021-10-26 04:20:50 +000016SRCREV = "29656f07b7e81c0bb13ca119b4c6ef62f5e79a18"
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