diff --git a/conf/layer.conf b/conf/layer.conf index 20a9b2f..29f8760 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -16,6 +16,8 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" # bbappends for optional layers BBFILES_DYNAMIC += " \ + meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \ + meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bbappend \ " BBFILE_COLLECTIONS += "qt6-layer" diff --git a/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb similarity index 100% rename from recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb rename to dynamic-layers/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb diff --git a/recipes-devtools/python/python3-appdirs_1.4.4.bbappend b/dynamic-layers/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bbappend similarity index 100% rename from recipes-devtools/python/python3-appdirs_1.4.4.bbappend rename to dynamic-layers/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bbappend diff --git a/recipes-devtools/python/python3-path_16.2.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-path_16.2.0.bb similarity index 100% rename from recipes-devtools/python/python3-path_16.2.0.bb rename to dynamic-layers/meta-python/recipes-devtools/python/python3-path_16.2.0.bb diff --git a/recipes-devtools/python/python3-pathtools3_0.2.1.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb similarity index 100% rename from recipes-devtools/python/python3-pathtools3_0.2.1.bb rename to dynamic-layers/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb diff --git a/recipes-devtools/python/python3-pytest-qt_4.0.2.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-pytest-qt_4.0.2.bb similarity index 100% rename from recipes-devtools/python/python3-pytest-qt_4.0.2.bb rename to dynamic-layers/meta-python/recipes-devtools/python/python3-pytest-qt_4.0.2.bb diff --git a/recipes-devtools/python/python3-qface_2.0.4.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-qface_2.0.4.bb similarity index 100% rename from recipes-devtools/python/python3-qface_2.0.4.bb rename to dynamic-layers/meta-python/recipes-devtools/python/python3-qface_2.0.4.bb diff --git a/recipes-devtools/python/python3-watchdog_0.9.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-watchdog_0.9.0.bb similarity index 100% rename from recipes-devtools/python/python3-watchdog_0.9.0.bb rename to dynamic-layers/meta-python/recipes-devtools/python/python3-watchdog_0.9.0.bb