blob: fb9ba310041ce945aafb5515dbfb6db80573bd09 [file] [log] [blame]
Brandon Kim26764512022-06-22 16:18:54 -07001SUMMARY = "BIOS BMC SMM Error Logger"
2DESCRIPTION = "Allows BIOS in SMM to log errors to the BMC"
Brandon Kim26764512022-06-22 16:18:54 -07003LICENSE = "Apache-2.0"
Brandon Kim4707ea92022-06-24 11:46:11 -07004LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Brandon Kim26764512022-06-22 16:18:54 -07005DEPENDS += " \
6 boost \
Brandon Kim6ebc9fc2022-07-01 14:06:42 -07007 fmt \
Brandon Kim26764512022-06-22 16:18:54 -07008 stdplus \
9 systemd \
10 nlohmann-json \
Brandon Kimb0f61672022-06-23 11:10:45 -070011 libbej \
Brandon Kim6ebc9fc2022-07-01 14:06:42 -070012 sdbusplus \
13 phosphor-dbus-interfaces \
Brandon Kim314c2142022-06-24 11:43:00 -070014"
kasunath75790bd2022-11-30 14:38:09 -080015SRCREV = "a307287922ab1a59d8f71c1ca9a35ad4a100c054"
Ed Tanous9936f862022-09-19 09:13:20 -070016PV = "0.1+git${SRCPV}"
17PR = "r1"
18
19SRC_URI = "git://github.com/openbmc/bios-bmc-smm-error-logger;branch=main;protocol=https"
20
21S = "${WORKDIR}/git"
22SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.bios_bmc_smm_error_logger.service"
23
24inherit meson pkgconfig systemd
Brandon Kim26764512022-06-22 16:18:54 -070025
Brandon Kimb0f61672022-06-23 11:10:45 -070026EXTRA_OEMESON = " \
Brandon Kim314c2142022-06-24 11:43:00 -070027 -Dtests=disabled \
28"