From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Chen Qi <Qi.Chen@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check
Date: Thu, 2 Mar 2023 16:26:24 -0500 [thread overview]
Message-ID: <ZAEUgD6RO8QHEk18@gmail.com> (raw)
In-Reply-To: <20230301095228.122562-1-Qi.Chen@windriver.com>
All 10 have now been cherry-picked to kirkstone.
Bruce
In message: [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check
on 01/03/2023 Chen Qi wrote:
> libseccomp is not in oe-core. There's no need to check
> meta-security any more.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
> recipes-containers/cri-o/cri-o_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
> index 7940bbd..ee5906e 100644
> --- a/recipes-containers/cri-o/cri-o_git.bb
> +++ b/recipes-containers/cri-o/cri-o_git.bb
> @@ -46,7 +46,7 @@ RDEPENDS:${PN} = " \
> libdevmapper \
> "
>
> -SKIP_RECIPE[cri-o] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', bb.utils.contains('BBFILE_COLLECTIONS', 'selinux', '', 'Depends on libselinux from meta-selinux which is not included', d), 'Depends on libseccomp from meta-security which is not included', d)}"
> +SKIP_RECIPE[cri-o] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'selinux', '', 'Depends on libselinux from meta-selinux which is not included', d)}"
>
> PACKAGES =+ "${PN}-config"
>
> --
> 2.37.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7911): https://lists.yoctoproject.org/g/meta-virtualization/message/7911
> Mute This Topic: https://lists.yoctoproject.org/mt/97311047/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2023-03-02 21:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-01 9:52 [meta-virtualization][kirkstone][PATCH 01/10] cri-o: remove meta-security check Chen Qi
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 02/10] cri-o: use PACKAGECONFIG to handle selinux Chen Qi
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 03/10] cri-o: create /var/lib/crio Chen Qi
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 04/10] cri-o: update crio.conf to match the current version 1.23 Chen Qi
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 05/10] containers: introduce container-host class Chen Qi
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 06/10] containers: add container-host-config recipe Chen Qi
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 07/10] skopeo: use container-host bbclass to provide configuration Chen Qi
2023-03-02 21:27 ` Bruce Ashfield
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 08/10] README: remove some cri-o specific layer dependencies Chen Qi
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 09/10] container-host-config: provide /etc/containers/policy.json Chen Qi
2023-03-01 9:52 ` [meta-virtualization][kirkstone][PATCH 10/10] container-host-config: extend to native and nativesdk Chen Qi
2023-03-02 21:26 ` Bruce Ashfield [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=ZAEUgD6RO8QHEk18@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=Qi.Chen@windriver.com \
--cc=meta-virtualization@lists.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.