summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-ibs/smbios/smbios-mdrv1.bb
blob: 4469aec399806f1f622a9cf688328e8e09bd49bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SUMMARY = "SMBIOS MDR version 1 service for Intel based platform"
DESCRIPTION = "SMBIOS MDR version 1 service for Intel based platfrom"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"


SRC_URI = "git://git.sila.ru/openbmc/smbios-mdrv1.git;protocol=http;branch=master"
SRC_URI += "file://smbios-mdrv1.service \
			file://0001-Add-support-Rikor-BIOS.patch \
			"

# Modify these as desired
PV = "1.0+git${SRCPV}"
SRCREV = "6b4dc67a97ce5ea431749ae3cc3501f13a0ef3ea"

S = "${WORKDIR}/git"

inherit cmake pkgconfig
inherit obmc-phosphor-systemd
inherit python3native

DEPENDS += " \
    autoconf-archive-native \
    boost \
    systemd \
    sdbusplus \
    python3-sdbus++ \
    phosphor-dbus-interfaces \
    phosphor-logging \
    libpeci \
    i2c-tools \
    nlohmann-json \
    "
DEPENDS += "${PYTHON_PN}-sdbus++-native"

SYSTEMD_SERVICE:${PN} += "smbios-mdrv1.service"

EXTRA_OECMAKE="-DYOCTO=1"