aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2015-10-21pi-blaster: Bump revisionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-10-21bcm2835: Update to v1.46Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-10-13wiringPi: Bump to 2.29Andrei Gherzan
The patch was rebased to apply on the updated version. Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-09-24pi-blaster: Bump SRCREVPetter Mabäcker
Update to latest revision in order to get rid of the integration patch '0001-handle-install-data-hook-when-cross-compile.patch' that has been submitted upstream. Changes since cd318cd63031a30249a4c08435b97263fa76d7b7: bce7c1b Merge pull request #45 from Technux/dev/technux 74510ff Display an error message if unable to open mbox 53197ca handle install-data-hook when cross compile Signed-off-by: Petter Mabäcker <petter@technux.se>
2015-07-19wiringpi: Bump SRCREVPetter Mabäcker
Update wiringpi to latest revision. Due to a refactoring of the build procedure in wiringpi the integration patch 'makefile-install.patch' didn't apply anymore. While migrating that patch it was simplified and generated using 'git format-patch' instead, to make it easier to maintain the patch in the future. [Support #60] Signed-off-by: Petter Mabäcker <petter@technux.se> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2015-07-19rpi-gpio: update version to 0.5.11Petter Mabäcker
[Support #60] Signed-off-by: Petter Mabäcker <petter@technux.se> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2015-07-19pi-blaster: bump to latest versionPetter Mabäcker
Removed 'enable-autotools-support.patch' since it is included in latest upstream. Also fix a cross compiling issue. [Support #60] Signed-off-by: Petter Mabäcker <petter@technux.se> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2015-07-19bcm2835: update version to 1.44Petter Mabäcker
[Support #60] Signed-off-by: Petter Mabäcker <petter@technux.se> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2015-06-05bcm2835: update SRC_URITrevor Woerner
It appears as though the location of this tarball has changed. The current SRC_URI works but is redirected to this new location. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2015-03-12bcm2835: More recipe to devtoolsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-03-01rpi-gpio: Update to v0.5.9Andrei Gherzan
Change-Id: Ifc455b9106f07583ccaf3fe82723baaeb5e04d2e Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-08-24rpi-gpio: Update to v0.5.6Andrei Gherzan
Change-Id: I93d3239c6f797d4a5ebf4d0ff5a910d20a9042ac Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-06-11pi-blaster: Added recipeAlex J Lennon
This project enables PWM on the GPIO pins you request of a Raspberry Pi. The technique used is extremely efficient: does not use the CPU and gives very stable pulses Patches have been provided to build pi-blaster using autotools, and to remove startup script dependencies on the lsb. Change-Id: Ie1bec0702e4520d24e4f024aafff14ddef825589 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2014-05-09rpi-gpio: Update to v0.5.5Andrei Gherzan
Change-Id: I8394426b9ffc3c3b524e9fb536945e25d74b2ddd Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19rpi-gpio: Update to v0.5.4Andrei Gherzan
Change-Id: Ie24be5363933fa994e38b030677d7381eb8a7f2a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-11-12wiringpi: Add new packageDan McGregor
Commit created from merging: https://github.com/SaskatoonTechworks/meta-raspberrypi/commit/c8046050db1f0026c1f10e41d95619d86ac7a822 https://github.com/SaskatoonTechworks/meta-raspberrypi/commit/fe2467c0e82ff3d243993bdffde6a24754c3a7f6 https://github.com/SaskatoonTechworks/meta-raspberrypi/commit/72f7705cbac99b834654894b545d5fa431a13b51 Added some minor changes: * remove PR * remove tabs Change-Id: Ia430db732e6c9662f71eca2433d03cce738ca23f Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-08-21rpio: Integrate v0.10.0Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-08-21rpi-gpio: Update to v0.5.3aAndrei Gherzan
don-t-install-setuptools.patch was removed as this is included now in the new version. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-06-23rpi-gpio: renamed from RPi-GPIOPaul Barker
Package names shouldn't contain capital letters. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2012-08-29RPI.GPIO: Integrate v0.2.0Andrei Gherzan
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>