blob: e1a2f459e8e185fd51edb49f5489af199c648342 [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"
3PR = "r1"
4PV = "0.1+git${SRCPV}"
5LICENSE = "Apache-2.0"
Brandon Kim4707ea92022-06-24 11:46:11 -07006LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Brandon Kim26764512022-06-22 16:18:54 -07007inherit meson pkgconfig systemd
8
9DEPENDS += " \
10 boost \
Brandon Kim6ebc9fc2022-07-01 14:06:42 -070011 fmt \
Brandon Kim26764512022-06-22 16:18:54 -070012 stdplus \
13 systemd \
14 nlohmann-json \
Brandon Kimb0f61672022-06-23 11:10:45 -070015 libbej \
Brandon Kim6ebc9fc2022-07-01 14:06:42 -070016 sdbusplus \
17 phosphor-dbus-interfaces \
Brandon Kim314c2142022-06-24 11:43:00 -070018"
Brandon Kim26764512022-06-22 16:18:54 -070019
Brandon Kimb0f61672022-06-23 11:10:45 -070020EXTRA_OEMESON = " \
Brandon Kim314c2142022-06-24 11:43:00 -070021 -Dtests=disabled \
22"
Brandon Kimb0f61672022-06-23 11:10:45 -070023
Brandon Kim26764512022-06-22 16:18:54 -070024S = "${WORKDIR}/git"
25
26SRC_URI = "git://github.com/openbmc/bios-bmc-smm-error-logger;branch=main;protocol=https"
Brandon Kimb3359162022-09-13 20:21:54 +000027SRCREV = "3def3c8eede08d82e709333445bc543ef4861bcd"
Brandon Kim26764512022-06-22 16:18:54 -070028
29SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.bios_bmc_smm_error_logger.service"