summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* rpi-gpio: Upgrade to 0.6.1 and fix build with clangKhem Raj2016-03-102-2/+298
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-rtimu: Fix build with muslKhem Raj2016-02-282-1/+36
| | | | | | ioctl(3) needs to include asm/ioctl.h for its signature Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rpio: Include sys/types.h for caddr_tKhem Raj2016-02-282-3/+33
| | | | | | Fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-rtimu: Add recipe to support RTIMULibLeon Anavi2016-01-101-0/+13
| | | | | | | | | | | | RTIMULib is a C++ and Python library that makes it easy to use 9-dof and 10-dof IMUs with embedded Linux systems. Python module for Raspberry Pi Sense HAT depends on it. Python module python-rtimu uses the source code from the GitHub repository of RPi-Distro. Signed-off-by: Leon Anavi <leon@anavi.org> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* python-sense-hat: Add recipe to support Raspberry Pi Sense HATLeon Anavi2016-01-101-0/+28
| | | | | | | | | | Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission. This recipe provides the officially supported library for the Sense HAT with access to all of the on-board sensors and the LED matrix. Signed-off-by: Leon Anavi <leon@anavi.org> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-gpio: update version to 0.5.11Petter Mabäcker2015-07-191-2/+2
| | | | | | | [Support #60] Signed-off-by: Petter Mabäcker <petter@technux.se> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-gpio: Update to v0.5.9Andrei Gherzan2015-03-011-3/+3
| | | | | Change-Id: Ifc455b9106f07583ccaf3fe82723baaeb5e04d2e Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-gpio: Update to v0.5.6Andrei Gherzan2014-08-241-2/+2
| | | | | Change-Id: I93d3239c6f797d4a5ebf4d0ff5a910d20a9042ac Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-gpio: Update to v0.5.5Andrei Gherzan2014-05-091-2/+2
| | | | | Change-Id: I8394426b9ffc3c3b524e9fb536945e25d74b2ddd Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-gpio: Update to v0.5.4Andrei Gherzan2014-01-191-3/+2
| | | | | Change-Id: Ie24be5363933fa994e38b030677d7381eb8a7f2a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpio: Integrate v0.10.0Andrei Gherzan2013-08-211-0/+20
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-gpio: Update to v0.5.3aAndrei Gherzan2013-08-212-21/+4
| | | | | | | don-t-install-setuptools.patch was removed as this is included now in the new version. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-gpio: renamed from RPi-GPIOPaul Barker2013-06-232-0/+0
| | | | | | Package names shouldn't contain capital letters. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
* RPI.GPIO: Integrate v0.2.0Andrei Gherzan2012-08-292-0/+37
Patch was added to use setuptools that we already have integrated in yocto and not the one provided in package. In his way we can use setuptools bbclass. [GITHUB #36] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>