blob: de19d6fb49ff8af5b36c7e377f112e8c124bac7b [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 Kimb0f61672022-06-23 11:10:45 -07006LIC_FILES_CHKSUM = "file://LICENSE;md5=d20ffc39dca1d714c75b4b6f0113be10"
Brandon Kim26764512022-06-22 16:18:54 -07007inherit meson pkgconfig systemd
8
9DEPENDS += " \
10 boost \
11 stdplus \
12 systemd \
13 nlohmann-json \
Brandon Kimb0f61672022-06-23 11:10:45 -070014 libbej \
Brandon Kim26764512022-06-22 16:18:54 -070015 "
16
Brandon Kimb0f61672022-06-23 11:10:45 -070017EXTRA_OEMESON = " \
18 -Dtests=disabled \
19 "
20
Brandon Kim26764512022-06-22 16:18:54 -070021S = "${WORKDIR}/git"
22
23SRC_URI = "git://github.com/openbmc/bios-bmc-smm-error-logger;branch=main;protocol=https"
24SRCREV = "1a3dc60db5f8764ea8b97fda5973ccbb894596df"
25
26SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.bios_bmc_smm_error_logger.service"
27