blob: e666c714608bf7464cda2a0edcf108227c5bb2a1 [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 \
Manojkiran Eda12f0c902024-01-25 04:20:28 -060010 libcereal \
11 nlohmann-json \
Jason M. Bills0be39b32022-08-25 11:40:15 -070012 openssl \
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +053013 phosphor-dbus-interfaces \
14 phosphor-logging \
15 sdbusplus \
Manojkiran Eda12f0c902024-01-25 04:20:28 -060016 systemd "
Andrew Geissler3fef2f62023-10-24 08:50:25 -050017SRCREV = "20de6de8a8fb01032dc90d698559259af4245a87"
Ed Tanous9936f862022-09-19 09:13:20 -070018PV = "1.0+git${SRCPV}"
19PR = "r1"
Manojkiran Eda8e40a5d2021-01-12 19:15:37 +053020
Ed Tanous9936f862022-09-19 09:13:20 -070021SRC_URI = "git://github.com/openbmc/bios-settings-mgr;branch=master;protocol=https"
22
23S = "${WORKDIR}/git"
Andrew Geisslere4020dd2023-01-17 03:20:10 -060024SYSTEMD_SERVICE:${PN} = "xyz.openbmc_project.biosconfig_manager.service"
Ed Tanous9936f862022-09-19 09:13:20 -070025
26inherit meson pkgconfig systemd