blob: 55431c9e8253a72429ca90b99804d4df10afaa65 [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"
Andrew Geisslerfa9f8cb2023-01-26 10:24:44 -060015SRCREV = "aedea9fca37282f1490eed7c93027c8d1289ff41"
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"