blob: af8c6091cd5fcc5d1436cb31fc99879a1cabacb7 [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 \
Jason M. Bills0be39b32022-08-25 11:40:15 -070025 openssl \
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +053026 phosphor-dbus-interfaces \
27 phosphor-logging \
28 sdbusplus \
29 systemd \
30 nlohmann-json "
31