aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2024-01-08bcm2835: update 1.71 -> 1.73Leon Anavi
Update to version 1.73: - Fixed some inconsistent indenting in bcm2835.c that triggers warnings for some people. - Added Timeout checks to bcm2835_i2c_write() in case of IO problems. New reason code BCM2835_I2C_REASON_ERROR_TIMEOUT added. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2022-07-31python3-adafruit-circuitpython-register: Bump to 1.9.10Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-07-31python3-adafruit-platformdetect: Bump to 3.27.0Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-07-31rpi-gpio: Bump to 0.7.1Andrei Gherzan
Workaround not needed anymore as a fix was included from 0.7.1a[1]. [1] https://sourceforge.net/p/raspberry-gpio-python/tickets/187/#52f3 Also, this drops a patch merged upstream. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-04-21python3-adafruit-circuitpython-register: Upgrade to 1.9.8Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-04-21python3-adafruit-platformdetect: Upgrade to 3.22.1Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-04-21python3-adafruit-pureio: Uprade to 1.1.8Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-04-21rpio: Upgrade to 0.10.1Andrei Gherzan
Drop the 0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch patch as it was fixed in this version[1]. This switches the source from pypi to git (github) as the new version wasn't published yet. Lastly, we use the LICENSE.txt file for LIC_FILES_CHKSUM so we don't have to deal with context lines in the README file. [1] https://github.com/metachris/RPIO/pull/41 Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-04-21python3-rtimu: Upgrade to 7.2.1Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-04-21raspi-gpio: Uprev revision to current HEAD of master branchAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
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>
2022-04-21bcm2835: Update to 1.71Andrei Gherzan
This version is now released as GPLv3. It also adds an example that is not a simple binary anymore - it is provided as a tiny library and an associated tool (spiram/spiram_test). Restructure the compilation and installation of all examples to cater for this case. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> m
2022-03-11python: Unbolt wheel packaging PIP_INSTALL_PACKAGE band-aidsKhem Raj
OE-Core has improved packaging the whl files therefore remove the band-aids. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06rpi-gpio: Port to PEP-517 packagingKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01python3-adafruit-platformdetect: Fix build with wheelKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01python3-rtimu: Port to using setuptools and fix build with wheelKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01python3-adafruit-pureio: Fix build with wheelKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01python3-adafruit-circuitpython-register: Define PIP_INSTALL_PACKAGEKhem Raj
Fixes build with wheel Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-22meta: update license namesMartin Jansa
* openembedded-core/scripts/contrib/convert-spdx-licenses.py . ... All files processed with version 0.01 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2022-02-19Move the python3-adafruit recipes depending on meta-oe to dynamic layersAndrei Gherzan
python3-adafruit-blinka depends on libgpiod which is provided by meta-oe. To avoid this dependency at all times, we move the recipe under the dynamic structure (along with the ones depending on it). Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-01-28rpi-gpio: Replace setuptool3 instead of distutils3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.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>
2021-07-15python3-adafruit-*: fix branch parameterMartin Jansa
* master branch was renamed to main Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-03-01python3-adafruit-blinka: Delete microcontroller/bcm283x for non arm32 machinesKhem Raj
It has prebuilt binary libgpiod_pulsein for rpi machines and these binary is 32bit therefore we can not include it for 64bit machines even if they are rpi based unless they have multilib enabled. This patch makes it visible only on 32bit rpi Fixes QA errors like ERROR: QA Issue: Architecture did not match (ARM, expected AArch64) in /usr/lib/python3.9/site-packages/adafruit_blinka/microcontroller/bcm283x/pulseio/.debug/libgpiod_pulsein [arch] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-27python3-adafruit-blinka: Make rpi-gpio dependency conditionalKhem Raj
https://github.com/agherzan/meta-raspberrypi/pull/815 introduced python3-adafruit-blinka and this recipe has added rdep on rpi-gpio, however rpi-gpio is rpi specific package, and therefore should only be added when building rpi based platforms, this makes the layer work in a multi-bsp setup work Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-26python3-adafruit-pureio: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
2021-02-26python3-adafruit-platformdetect: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
2021-02-26python3-adafruit-circuitpython-register: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
2021-02-26python3-adafruit-circuitpython-pca9685: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
2021-02-26python3-adafruit-circuitpython-motorkit: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
2021-02-26python3-adafruit-circuitpython-motor: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
2021-02-26python3-adafruit-circuitpython-busdevice: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
2021-02-26python3-adafruit-blinka: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>
2020-11-25python3-sense-hat: Move to dynamic-layersKhem Raj
Only active when meta-python is in layermix, this recipe rdeps on python3-pillow, which comes from meta-python, until that moves to oe-core lets hide this recipe unless meta-python is used Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25python3-sense-hat: Switch to using pillow instead of imaging moduleJan-Simon Moeller
while meta-python does rprovide python3-imaging via python3-pillow, its better to not rely on that bridge, since this might disappear in future Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-11python3-rtimu: don't use trailing slash in SMartin Jansa
* see oe-core base.bbclass changes from: https://lists.openembedded.org/g/openembedded-core/message/143159 https://lists.openembedded.org/g/openembedded-core/message/143161 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2020-09-02rpi-gpio: add -fcommon temporarilyMartin Jansa
* until the fix is available upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2020-01-24rpio: Use python3 during buildKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31raspi-gpio: bump to revision 4edfde1Pierre-Jean Texier
This includes the following changes: 4edfde1 Update raw output to show pull registers on 2711 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
2019-12-31rpi-gpio: bump to version 0.7.0Pierre-Jean Texier
Also: - update the HOMEPAGE location - refresh patch - use 'distutils3' to support python3 -> python2 is now deprecated Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
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>
2019-11-11wiringpi: remove obsolete filesPierre-Jean Texier
Since commit e050601 ("wiringpi: Delete"), wiringpi does not exits anymore. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
2019-11-08raspi-gpio: bump to revision 2eaa8b8Pierre-Jean Texier
This includes the following changes: 2eaa8b8 Initialise hwbase so that access without /dev/gpiomem works again f36777c Whitespace tidyup (and re-ran astyle). No functional changes. 80fa7d0 Add support for 2711 bf7f4c8 Reformat with astyle (cosmetic change) aa55bbd Autoreconf for Buster 5e453d0 raspi-gpio: Fix handling of "funcs" mode Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
2019-10-10wiringpi: DeleteKhem Raj
It has gone closed source and git tree has disappeared http://wiringpi.com/wiringpi-deprecated/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-14python-rtimu,python-sense-hat: Convert to py3 modulesKhem Raj
py2 is on its way out from oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-19wiringpi: Set major versionErikHH
To fix the behaviour described in https://github.com/agherzan/meta-raspberrypi/issues/362 Signed-off-by: ErikHH <erik.hoogeveen@outlook.com>
2019-02-08devtools: Added raspi-gpioMarek Belisko
Added handy tool which can be used to trace down how gpio on RPI are configured + add possibility to update. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
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>
2018-08-16wiringpi: Add missing dependency on libcryptKhem Raj
This library has moved out into independent package with glibc 2.28+ Signed-off-by: Khem Raj <raj.khem@gmail.com>