From 257dc53ee951f920fa4db340d18ba60deb80414d Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Thu, 14 Apr 2022 11:07:47 +0200 Subject: [PATCH] python3-pyruvate: Move to dynamic-layer for meta-python Currently meta-riscv does not parse unless meta-python is present. Moreover, it does not appear that anything explicitly depends on python3-pyruvate in the layer. Signed-off-by: Thomas Perrot --- conf/layer.conf | 2 ++ .../python/python3-pyruvate/0001-Add-rv32-libc-port.patch | 0 .../python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch | 0 .../recipes-devtools}/python/python3-pyruvate_%.bbappend | 0 4 files changed, 2 insertions(+) rename {recipes-devtools => dynamic-layers/meta-python/recipes-devtools}/python/python3-pyruvate/0001-Add-rv32-libc-port.patch (100%) rename {recipes-devtools => dynamic-layers/meta-python/recipes-devtools}/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch (100%) rename {recipes-devtools => dynamic-layers/meta-python/recipes-devtools}/python/python3-pyruvate_%.bbappend (100%) diff --git a/conf/layer.conf b/conf/layer.conf index 2295d12..dd9b45e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -16,6 +16,8 @@ BBFILES_DYNAMIC += " \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \ gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bb \ gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bbappend \ + meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \ + meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bbappend \ multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \ multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \ \ diff --git a/recipes-devtools/python/python3-pyruvate/0001-Add-rv32-libc-port.patch b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyruvate/0001-Add-rv32-libc-port.patch similarity index 100% rename from recipes-devtools/python/python3-pyruvate/0001-Add-rv32-libc-port.patch rename to dynamic-layers/meta-python/recipes-devtools/python/python3-pyruvate/0001-Add-rv32-libc-port.patch diff --git a/recipes-devtools/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch similarity index 100% rename from recipes-devtools/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch rename to dynamic-layers/meta-python/recipes-devtools/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch diff --git a/recipes-devtools/python/python3-pyruvate_%.bbappend b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyruvate_%.bbappend similarity index 100% rename from recipes-devtools/python/python3-pyruvate_%.bbappend rename to dynamic-layers/meta-python/recipes-devtools/python/python3-pyruvate_%.bbappend