aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb
AgeCommit message (Collapse)Author
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>
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-blinka: add recipeChris Laplante
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>