aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/pi-blaster
AgeCommit message (Collapse)Author
2022-04-21pi-blaster: Uprev the recipeAndrei Gherzan
This updates the recipe to the head of the master branch. Upstream shifted the license section in the README file so this patch changes LIC_FILES_CHKSUM accordingly. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2021-11-07recipes: Update SRC_URI protocols for githubMarcel Hamer
Use protocols=https for GitHub SRC_URIs using the conversion script in openembedded-core. Signed-off-by: Marcel Hamer <marcel@solidxs.se>
2021-08-04Convert to new override syntaxMartin Jansa
This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2019-11-12pi-blaster: bump to revision befd8efPierre-Jean Texier
Also: - remove upstreamed patch. - update LIC_FILES_CHKSUM: License in the README was moved a couple of lines below Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
2018-08-16pi-blaster: Fix build with glibc 2.28Khem Raj
Licesnse-Update: Limit the check to license text alone and not until end of file and point to correct lines otherwise license is unchanged Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-11-08pi-blaster: An .inc file looks too much for this small recipeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2017-09-08pi-blaster: Update to current master HEADAndrei Gherzan
License in the README was moved a couple of lines below. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2017-07-27recipe: anchor regexps in COMPATIBLE_MACHINEMartin Jansa
* bitbake is using re.match, so raspberrypi actually matches with anything ^raspberrypi.* which currently works, but it will also match with hypothetical raspberrypi-is-no-more-this-is-banana-now MACHINE which isn't intended by this COMPATIBLE_MACHINE. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-06-08pi-blaster: update to include proper rpi3 supportPetter Mabäcker
Update to latest available revision, in order to include proper rpi3 support as well as latest fixes. LIC_FILES_CHKSUM for the license text in README.md is changed to handle fixes of whitespace and newlines in the license text, introduced by the pi-blaster commit: '0e1a1df Cleaning up the README'. Signed-off-by: Petter Mabäcker <petter@technux.se>
2015-10-21pi-blaster: Bump revisionAndrei Gherzan
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-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>
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>