summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-utilities/lpc-cmds/lpc-cmds.bb
blob: 38489263b1c6dfcf2b221da366a4a02ea2ab231b (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://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"

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

S = "${WORKDIR}"