blob: 6e62a9c700acad2a35e227f4393443b8f7f5650c [file] [log] [blame]
Jason M. Billse3952c72020-04-06 15:54:23 -07001SUMMARY = "PECI Library"
2DESCRIPTION = "PECI Library"
Jason M. Billse3952c72020-04-06 15:54:23 -07003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
Andrew Geisslerbe798582023-08-04 11:30:46 -05005SRCREV = "5c2fb321f414019d0fb797c657523a2ee376d8dc"
Ed Tanous9936f862022-09-19 09:13:20 -07006PACKAGECONFIG ??= ""
Ed Tanousc2a68962023-07-27 09:28:10 -07007PACKAGECONFIG[dbus-raw-peci] = "-Draw-peci='enabled',-Draw-peci='disabled',boost sdbusplus"
Ed Tanous9936f862022-09-19 09:13:20 -07008PV = "0.1+git${SRCPV}"
Jason M. Billse3952c72020-04-06 15:54:23 -07009
Patrick Williamsbb99d222022-01-24 15:55:09 -060010SRC_URI = "git://github.com/openbmc/libpeci;branch=master;protocol=https"
Jason M. Billse3952c72020-04-06 15:54:23 -070011
Jason M. Billse3952c72020-04-06 15:54:23 -070012S = "${WORKDIR}/git"
Jason M. Bills9a2bb302022-01-21 14:07:24 -080013SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'dbus-raw-peci', 'com.intel.peci.service', '', d)}"
Ed Tanous9936f862022-09-19 09:13:20 -070014
Ed Tanousc2a68962023-07-27 09:28:10 -070015inherit meson pkgconfig systemd