agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
520 stars 407 forks source link

python3-adafruit-blinka: Fix the correct python recipes path in dynam… #1152

Closed mdrodrigo closed 1 year ago

mdrodrigo commented 1 year ago

…ic-layer sub-dir

The python recipes in the dynamic-layer need one more subdirectory to be in accordance with the defined in the layer settings.

The recipes moved to new python sub-dir are: python3-adafruit-blinka python3-adafruit-circuitpython-busdevice python3-adafruit-circuitpython-motor python3-adafruit-circuitpython-motorkit python3-adafruit-circuitpython-pca9685

- What I did

- How I did it