All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer
@ 2020-01-30 23:28 Jeremy Puhlman
  2020-01-30 23:28 ` [meta-selinux][PATCH 2/2] findutils: make append generic Jeremy Puhlman
  2020-01-31  2:49 ` [yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer Joe MacDonald
  0 siblings, 2 replies; 3+ messages in thread
From: Jeremy Puhlman @ 2020-01-30 23:28 UTC (permalink / raw)
  To: yocto; +Cc: Jeremy Puhlman

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
---
 conf/layer.conf                                                 | 2 ++
 .../recipes-devtools}/python/files/sitecustomize.py             | 0
 .../python2-layer/recipes-devtools}/python/python_%.bbappend    | 0
 .../python2-layer/recipes-devtools}/python/python_selinux.inc   | 0
 4 files changed, 2 insertions(+)
 rename {recipes-devtools => dynamic-layers/python2-layer/recipes-devtools}/python/files/sitecustomize.py (100%)
 rename {recipes-devtools => dynamic-layers/python2-layer/recipes-devtools}/python/python_%.bbappend (100%)
 rename {recipes-devtools => dynamic-layers/python2-layer/recipes-devtools}/python/python_selinux.inc (100%)

diff --git a/conf/layer.conf b/conf/layer.conf
index 226a75a..cdee27a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,6 +11,8 @@ BBFILES_DYNAMIC += "openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-l
                     networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
                     virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bb \
                     virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bbappend \
+                    meta-python2:${LAYERDIR}/dynamic-layers/python2-layer/recipes*/*/*.bb \
+                    meta-python2:${LAYERDIR}/dynamic-layers/python2-layer/recipes*/*/*.bbappend \
                    "
 
 BBFILE_COLLECTIONS += "selinux"
diff --git a/recipes-devtools/python/files/sitecustomize.py b/dynamic-layers/python2-layer/recipes-devtools/python/files/sitecustomize.py
similarity index 100%
rename from recipes-devtools/python/files/sitecustomize.py
rename to dynamic-layers/python2-layer/recipes-devtools/python/files/sitecustomize.py
diff --git a/recipes-devtools/python/python_%.bbappend b/dynamic-layers/python2-layer/recipes-devtools/python/python_%.bbappend
similarity index 100%
rename from recipes-devtools/python/python_%.bbappend
rename to dynamic-layers/python2-layer/recipes-devtools/python/python_%.bbappend
diff --git a/recipes-devtools/python/python_selinux.inc b/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc
similarity index 100%
rename from recipes-devtools/python/python_selinux.inc
rename to dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-31  2:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-30 23:28 [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer Jeremy Puhlman
2020-01-30 23:28 ` [meta-selinux][PATCH 2/2] findutils: make append generic Jeremy Puhlman
2020-01-31  2:49 ` [yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer Joe MacDonald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.