blob: 3ac06e106542ad7420ce5641e42d08bef174b3af [file] [log] [blame]
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +05301SUMMARY = "Remote BIOS Configuration via BMC"
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +05302DESCRIPTION = "Provides ability for the user to view and modify the BIOS setup \
3 configuration parameters remotely via BMC at any Host state. \
4 Modifications to the parameters take place upon the next system \
5 reboot or immediate based on the host firmware."
Ed Tanous9936f862022-09-19 09:13:20 -07006HOMEPAGE = "https://github.com/openbmc/bios-settings-mgr"
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +05307LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=bcd9ada3a943f58551867d72893cc9ab"
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +05309DEPENDS = " boost \
Jason M. Bills0be39b32022-08-25 11:40:15 -070010 openssl \
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +053011 phosphor-dbus-interfaces \
12 phosphor-logging \
13 sdbusplus \
14 systemd \
15 nlohmann-json "
Andrew Geisslere4020dd2023-01-17 03:20:10 -060016SRCREV = "1a1dfbd29fd4bba2ecf6fe2102d9e2fd61dd32af"
Ed Tanous9936f862022-09-19 09:13:20 -070017PV = "1.0+git${SRCPV}"
18PR = "r1"
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +053019
Ed Tanous9936f862022-09-19 09:13:20 -070020SRC_URI = "git://github.com/openbmc/bios-settings-mgr;branch=master;protocol=https"
21
22S = "${WORKDIR}/git"
Andrew Geisslere4020dd2023-01-17 03:20:10 -060023SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.biosconfig_manager.service"
Ed Tanous9936f862022-09-19 09:13:20 -070024
25inherit meson pkgconfig systemd