Edward A. James | dc428cf | 2017-02-14 17:10:10 -0600 | [diff] [blame] | 1 | SUMMARY = "I2C debug tool" |
| 2 | DESCRIPTION = "iicmaster provides a debug interface for remote, FSI-based I2C engines" |
| 3 | LICENSE = "GPLv3" |
| 4 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" |
| 5 | |
| 6 | SRC_URI += "git://github.com/eddiejames/iicmaster.git" |
| 7 | |
| 8 | SRCREV = "b71dbf99af495a631dc5f3564296903667bc516c" |
| 9 | PV = "git${SRCREV}" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | do_install() { |
| 14 | install -d ${D}${bindir} |
| 15 | install -m 0755 iicmaster ${D}${bindir} |
| 16 | } |