blob: 643371947a701cf95f778ada52baa767a8692592 [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
Patrick Williamsbb99d222022-01-24 15:55:09 -060015SRC_URI = "git://github.com/openbmc/bios-settings-mgr;branch=master;protocol=https"
Andrew Geisslerf88b91b2022-08-10 10:00:31 -050016SRCREV = "36cd3238d75c5f3479a944a2f1a9a3abc316120a"
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