summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/common/recipes-bsp/iicmaster/iicmaster.bb
blob: 2511e45d243c01c9b817d44660705bedaafd3a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY     = "I2C debug tool"
DESCRIPTION = "iicmaster provides a debug interface for remote, FSI-based I2C engines"
LICENSE     = "GPLv3"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"

SRC_URI += "git://github.com/eddiejames/iicmaster.git"

SRCREV = "b71dbf99af495a631dc5f3564296903667bc516c"
PV = "git${SRCREV}"

S = "${WORKDIR}/git"

do_install() {
    install -d ${D}${bindir}
    install -m 0755 iicmaster ${D}${bindir}
}

#TODO: openbmc/openbmc#1362 - Fix GNU_HASH warnings in iic2master
TARGET_CC_ARCH += "${LDFLAGS}"
OpenPOWER on IntegriCloud