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

* [meta-selinux][PATCH 2/2] findutils: make append generic
  2020-01-30 23:28 [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer Jeremy Puhlman
@ 2020-01-30 23:28 ` Jeremy Puhlman
  2020-01-31  2:49 ` [yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer Joe MacDonald
  1 sibling, 0 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>
---
 .../findutils/{findutils_4.6.%.bbappend => findutils_%.bbappend}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename recipes-extended/findutils/{findutils_4.6.%.bbappend => findutils_%.bbappend} (100%)

diff --git a/recipes-extended/findutils/findutils_4.6.%.bbappend b/recipes-extended/findutils/findutils_%.bbappend
similarity index 100%
rename from recipes-extended/findutils/findutils_4.6.%.bbappend
rename to recipes-extended/findutils/findutils_%.bbappend
-- 
2.20.1


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

* Re: [yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer
  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 ` Joe MacDonald
  1 sibling, 0 replies; 3+ messages in thread
From: Joe MacDonald @ 2020-01-31  2:49 UTC (permalink / raw)
  To: Jeremy Puhlman; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 2789 bytes --]

Thanks for these, Jeremy, I'd just been prepping the same patches today,
but since yours are on-list, I'm merging them.

-J.

[[yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer] On 20.01.30 (Thu 15:28) Jeremy Puhlman wrote:

> 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
> 

> 


-- 
-Joe MacDonald.
:wq

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[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.