summaryrefslogtreecommitdiff
path: root/package/spi-tools/Config.in
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2015-11-21 00:14:29 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-29 15:53:25 +0100
commit9ed8750b4313bf26798c063c83a071995c90bb40 (patch)
tree351355d7945e160a79e90474401cf811af48ed10 /package/spi-tools/Config.in
parent10478514a51427e855f83eeb24a0502b1380150c (diff)
spi-tools: new package
This package contains some simple command line tools to help using Linux spidev devices. https://github.com/cpb-/spi-tools The included version is based in a sha1 and not a tagged version as the current master branch contains autotools support for build but there is no tagged version with autotools support yet. The only other quirk with the recipe is related to the VERSION define which is normally obtained in build time via git for this package, but that would fail within Buildroot as the package build is normally not performed inside a git repository. To work around that, I have added a hook which will substitute change the VERSION to match that of the Buildroot package. I have tested this package in an ARM target with a custom SPI device. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/spi-tools/Config.in')
-rw-r--r--package/spi-tools/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/spi-tools/Config.in b/package/spi-tools/Config.in
new file mode 100644
index 000000000..8d2634444
--- /dev/null
+++ b/package/spi-tools/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_SPI_TOOLS
+ bool "spi-tools"
+ help
+ This package contains some simple command line tools to help
+ using Linux spidev devices.
+
+ https://github.com/cpb-/spi-tools