From 221e048d541574ad30408ba0e1acc51b4b69dab8 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 11 Feb 2022 16:18:12 +0100 Subject: [PATCH] Move the python3-adafruit recipes depending on meta-oe to dynamic layers 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 --- .../recipes-devtools}/python3-adafruit-blinka_6.2.2.bb | 0 .../python3-adafruit-circuitpython-busdevice_5.0.5.bb | 0 .../python3-adafruit-circuitpython-motor_3.2.6.bb | 0 .../python3-adafruit-circuitpython-motorkit_1.6.1.bb | 0 .../python3-adafruit-circuitpython-pca9685_3.3.4.bb | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {recipes-devtools/python => dynamic-layers/openembedded-layer/recipes-devtools}/python3-adafruit-blinka_6.2.2.bb (100%) rename {recipes-devtools/python => dynamic-layers/openembedded-layer/recipes-devtools}/python3-adafruit-circuitpython-busdevice_5.0.5.bb (100%) rename {recipes-devtools/python => dynamic-layers/openembedded-layer/recipes-devtools}/python3-adafruit-circuitpython-motor_3.2.6.bb (100%) rename {recipes-devtools/python => dynamic-layers/openembedded-layer/recipes-devtools}/python3-adafruit-circuitpython-motorkit_1.6.1.bb (100%) rename {recipes-devtools/python => dynamic-layers/openembedded-layer/recipes-devtools}/python3-adafruit-circuitpython-pca9685_3.3.4.bb (100%) diff --git a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-blinka_6.2.2.bb similarity index 100% rename from recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-blinka_6.2.2.bb diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-busdevice_5.0.5.bb similarity index 100% rename from recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-busdevice_5.0.5.bb diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-motor_3.2.6.bb similarity index 100% rename from recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-motor_3.2.6.bb diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-motorkit_1.6.1.bb similarity index 100% rename from recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-motorkit_1.6.1.bb diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb b/dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-pca9685_3.3.4.bb similarity index 100% rename from recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb rename to dynamic-layers/openembedded-layer/recipes-devtools/python3-adafruit-circuitpython-pca9685_3.3.4.bb