blob: 510d79b6540dc0af773df3a94932bee7c24d95b8 [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 Geisslerbf61ee22022-01-05 05:50:21 +000016SRCREV = "616f9228daa5b94447c3c9d519b63f1686e751f5"
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