From: "Joe MacDonald" <joe@deserted.net>
To: Jeremy Puhlman <jpuhlman@mvista.com>
Cc: <yocto@yoctoproject.org>
Subject: Re: [yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer
Date: Thu, 30 Jan 2020 21:49:29 -0500 [thread overview]
Message-ID: <20200131024927.GA7827@deserted.net> (raw)
In-Reply-To: <20200130232841.6706-1-jpuhlman@mvista.com>
[-- 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 --]
prev parent reply other threads:[~2020-01-31 2:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200131024927.GA7827@deserted.net \
--to=joe@deserted.net \
--cc=jpuhlman@mvista.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.