blob: 029bf8d98321b564bfa2d1170ff28992720eb98e [file] [log] [blame]
HOMEPAGE = "https://gbmc.git.corp.google.com/hoth-ipmi-blobs"
SUMMARY = "Google's Hoth IPMI Blob Handler"
DESCRIPTION = "This package adds support for the Hoth IPMI blob Commands"
PR = "r1"
PV = "0.1+git${SRCPV}"
LICENSE = "CLOSED"
inherit meson pkgconfig
DEPENDS += "hothd"
DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "phosphor-ipmi-blobs"
DEPENDS += "phosphor-logging"
DEPENDS += "sdbusplus"
DEPENDS += "stdplus"
S = "${WORKDIR}/git"
SRC_URI ="git://gbmc.googlesource.com/hoth-ipmi-blobs;protocol=https;branch=master"
SRCREV = "22526b126b6ef167d723e2cc93300f08dcb780c2"
PACKAGECONFIG ??= ""
PACKAGECONFIG[skm] = "-Dskm=true,-Dskm=false,boost,,"
EXTRA_OEMESON += "-Dtests=disabled"
FILES:${PN} += "${libdir}/blob-ipmid"
PACKAGECONFIG[hoth-inband-update] = "-Dhoth-inband-update=enabled,-Dhoth-inband-update=disabled"
PACKAGECONFIG:append:hoth = " ${@bb.utils.contains('DISTRO_FEATURES','oob-firmware-update', '', 'hoth-inband-update', d)}"