From bf948e0aa87ee0c10bdf85f99b2632915e6d2039 Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Mon, 27 Feb 2023 13:58:21 -0300 Subject: [PATCH] python3-adafruit-blinka: Fix the correct python recipes path in dynamic-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 Signed-off-by: Rodrigo M. Duarte --- .../{ => python}/python3-adafruit-blinka_6.2.2.bb | 0 .../python3-adafruit-circuitpython-busdevice_5.0.5.bb | 0 .../{ => python}/python3-adafruit-circuitpython-motor_3.2.6.bb | 0 .../{ => python}/python3-adafruit-circuitpython-motorkit_1.6.1.bb | 0 .../{ => python}/python3-adafruit-circuitpython-pca9685_3.3.4.bb | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename dynamic-layers/openembedded-layer/recipes-devtools/{ => python}/python3-adafruit-blinka_6.2.2.bb (100%) rename dynamic-layers/openembedded-layer/recipes-devtools/{ => python}/python3-adafruit-circuitpython-busdevice_5.0.5.bb (100%) rename dynamic-layers/openembedded-layer/recipes-devtools/{ => python}/python3-adafruit-circuitpython-motor_3.2.6.bb (100%) rename dynamic-layers/openembedded-layer/recipes-devtools/{ => python}/python3-adafruit-circuitpython-motorkit_1.6.1.bb (100%) rename dynamic-layers/openembedded-layer/recipes-devtools/{ => python}/python3-adafruit-circuitpython-pca9685_3.3.4.bb (100%) diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-blinka_6.2.2.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb similarity index 100% rename from dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-blinka_6.2.2.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-busdevice_5.0.5.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb similarity index 100% rename from dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-busdevice_5.0.5.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-motor_3.2.6.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb similarity index 100% rename from dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-motor_3.2.6.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-motorkit_1.6.1.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb similarity index 100% rename from dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-motorkit_1.6.1.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-pca9685_3.3.4.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb similarity index 100% rename from dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-pca9685_3.3.4.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb