summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-01-14 15:57:22 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-21 12:33:08 -0800
commitdb61d8e2a7a3ebe46a3482bf3dfa191a1cfc43b7 (patch)
treeb0787e136d123df0840f2743120b330997e1ad1a
parent4ccdb7346e491a5bd43d3085f9657c0aca388a40 (diff)
downloadmeta-xilinx-db61d8e2a7a3ebe46a3482bf3dfa191a1cfc43b7.tar.gz
core: Move lopper and python modules to dynamic-layers
Lopper comes from meta-virtualization, the python modules are required by it and the related changes. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-core/conf/layer.conf4
-rw-r--r--meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-restful_%.bbappend (renamed from meta-xilinx-core/recipes-devtools/python/python3-flask-restful_%.bbappend)0
-rw-r--r--meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-flask_%.bbappend (renamed from meta-xilinx-core/recipes-devtools/python/python3-flask_%.bbappend)0
-rw-r--r--meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-itsdangerous_%.bbappend (renamed from meta-xilinx-core/recipes-devtools/python/python3-itsdangerous_%.bbappend)0
-rw-r--r--meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-pandas_%.bbappend (renamed from meta-xilinx-core/recipes-devtools/python/python3-pandas_%.bbappend)0
-rw-r--r--meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-werkzeug_%.bbappend (renamed from meta-xilinx-core/recipes-devtools/python/python3-werkzeug_%.bbappend)0
-rw-r--r--meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend (renamed from meta-xilinx-core/recipes-kernel/lopper/lopper.bbappend)0
7 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index c505501f..db17c96b 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -14,6 +14,10 @@ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.b
14openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ 14openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \
15chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bb \ 15chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bb \
16chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \ 16chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \
17meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
18meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
19virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \
20virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bbappend \
17" 21"
18 22
19LAYERDEPENDS_xilinx = "core" 23LAYERDEPENDS_xilinx = "core"
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-flask-restful_%.bbappend b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-restful_%.bbappend
index 608377e3..608377e3 100644
--- a/meta-xilinx-core/recipes-devtools/python/python3-flask-restful_%.bbappend
+++ b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-restful_%.bbappend
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-flask_%.bbappend b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-flask_%.bbappend
index 608377e3..608377e3 100644
--- a/meta-xilinx-core/recipes-devtools/python/python3-flask_%.bbappend
+++ b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-flask_%.bbappend
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-itsdangerous_%.bbappend b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-itsdangerous_%.bbappend
index 608377e3..608377e3 100644
--- a/meta-xilinx-core/recipes-devtools/python/python3-itsdangerous_%.bbappend
+++ b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-itsdangerous_%.bbappend
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-pandas_%.bbappend b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-pandas_%.bbappend
index 608377e3..608377e3 100644
--- a/meta-xilinx-core/recipes-devtools/python/python3-pandas_%.bbappend
+++ b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-pandas_%.bbappend
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-werkzeug_%.bbappend b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-werkzeug_%.bbappend
index 608377e3..608377e3 100644
--- a/meta-xilinx-core/recipes-devtools/python/python3-werkzeug_%.bbappend
+++ b/meta-xilinx-core/dynamic-layers/meta-python/recipes-devtools/python/python3-werkzeug_%.bbappend
diff --git a/meta-xilinx-core/recipes-kernel/lopper/lopper.bbappend b/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend
index aa552fe5..aa552fe5 100644
--- a/meta-xilinx-core/recipes-kernel/lopper/lopper.bbappend
+++ b/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend