summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update SRC_URI protocols for githubMarcel Hamer2021-11-071-1/+1
| | | | | | | Use protocols=https for GitHub SRC_URIs using the conversion script in openembedded-core. Signed-off-by: Marcel Hamer <marcel@solidxs.se>
* Convert to new override syntaxMartin Jansa2021-08-041-3/+3
| | | | | | | | | | 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>
* python3-adafruit-*: fix branch parameterMartin Jansa2021-07-151-1/+1
| | | | | | * master branch was renamed to main Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-adafruit-blinka: Delete microcontroller/bcm283x for non arm32 machinesKhem Raj2021-03-011-0/+8
| | | | | | | | | | | | | 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>
* python3-adafruit-blinka: Make rpi-gpio dependency conditionalKhem Raj2021-02-271-1/+2
| | | | | | | | | | | 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>
* python3-adafruit-blinka: add recipeChris Laplante2021-02-261-0/+21
Signed-off-by: Chris Laplante <mostthingsweb@gmail.com>