summaryrefslogtreecommitdiffstats
path: root/common/recipes-core/ipmbd/ipmbd_0.1.bb
blob: f5724b0f2dbebe616198a1ef64a3e465e85bb407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2015-present Facebook. All Rights Reserved.

SUMMARY = "ipmbd tx/rx daemon"
DESCRIPTION = "The ipmb daemon to receive/transmit messages"
SECTION = "base"
PR = "r2"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://ipmbd.c;beginline=4;endline=16;md5=da35978751a9d71b73679307c4d296ec"

SRC_URI = "file://Makefile \
           file://ipmbd.c \
          "

S = "${WORKDIR}"
DEPENDS += "libipmi libipmb"

binfiles = "ipmbd"

pkgdir = "ipmbd"
OpenPOWER on IntegriCloud