[yocto] [meta-raspberrypi][PATCH] This patch add a powerful tool : spitools

texierp ouf_du_45 at hotmail.com
Sun Mar 29 11:49:44 PDT 2015


---
 recipes-devtools/spitools/spitools_git.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-devtools/spitools/spitools_git.bb

diff --git a/recipes-devtools/spitools/spitools_git.bb b/recipes-devtools/spitools/spitools_git.bb
new file mode 100644
index 0000000..287e3eb
--- /dev/null
+++ b/recipes-devtools/spitools/spitools_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices"
+HOMEPAGE = "https://github.com/cpb-/spi-tools"
+LICENSE="GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
+
+S = "${WORKDIR}/git"
+
+SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git"
+
+SRCREV = "cc6a41fdcec60610703ba6db488c621c64952898"
+
+COMPATIBLE_MACHINE = "raspberrypi"
+
+inherit autotools
+
-- 
1.9.1




More information about the yocto mailing list