summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-utilities/lpc-cmds/lpc-cmds.bb
blob: 2fbb1eb2f88c062b8f0d67cdb2e40136456fb5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "LPC tools"
DESCRIPTION = "command tool for LPC interface test on the BMC"

inherit cmake

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/LICENSE;md5=19407077e42b1ba3d653da313f1f5b4e"

SRC_URI = "\
    file://CMakeLists.txt \
    file://lpc_drv.h \
    file://lpc_cmds.c \
    "

S = "${WORKDIR}"