summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-utilities/lpc-cmds/lpc-cmds.bb
blob: cf7182e3d20327ba929ffc27bf43f7918beb5c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;subdir=${BP} \
    file://lpc_drv.h;subdir=${BP} \
    file://lpc_cmds.c;subdir=${BP} \
    "