From: "Yu, Mingli" <mingli.yu@windriver.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>,
"Hatle, Mark" <mark.hatle@windriver.com>,
Hongxu Jia <hongxu.jia@windriver.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [PATCH] meta-virtualization: add layer depends on selinux
Date: Fri, 26 Jul 2019 10:00:31 +0800 [thread overview]
Message-ID: <5D3A5EBF.9080200@windriver.com> (raw)
In-Reply-To: <CADkTA4NTnUsV_MzAgCT-tdZ4ikr_dYcg29oDquDrUkqRfiDZ=Q@mail.gmail.com>
On 2019年07月26日 02:28, Bruce Ashfield wrote:
> On Wed, Jul 24, 2019 at 11:43 PM <mingli.yu@windriver.com> wrote:
>>
>> From: Mingli Yu <Mingli.Yu@windriver.com>
>>
>> Since cri-o of meta-virtualization depends on
>> libselinux which comes from selinux, add missing
>> layer depends back.
>
> This is already covered in the README. Since cri-o is optional, I
> didn't want it to be a hard depends.
Not matter cri-o is optional or not, but first the cri-o recipe indeed
exists in meta-virtualization layer until now as
./meta-virtualization/recipes-containers/cri-o/cri-o_git.bb and second
there is below logic in
./meta-virtualization/recipes-containers/cri-o/cri-o_git.bb and clearly
it depends on libselinux.
DEPENDS = " \
glib-2.0 \
btrfs-tools \
gpgme \
ostree \
libdevmapper \
libseccomp \
libselinux \
"
So we should add the layer depends selinux(libselinux in selinux layer)
for meta-virtualization layer, otherwise there comes below error when do
yocto compliance check:
ERROR: Nothing PROVIDES 'libselinux' (but
/buildarea/layers/meta-virtualization/recipes-containers/cri-o/cri-o_git.bb
DEPENDS on or otherwise requires it)
ERROR: Required build target 'meta-world-pkgdata' has no buildable
providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
'cri-o', 'libselinux'
]
Thanks,
>
> Required for cri-o:
> URI: git://github.com/advancedtelematic/meta-updater
> URI: git://git.yoctoproject.org/meta-selinux
> URI: git://git.yoctoproject.org/meta-security
> branch: master
> revision: HEAD
> prio: default
>
>
> I haven't seen a way to do a conditional depends .. has anyone else ?
>
> Bruce
>
>>
>> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
>> ---
>> conf/layer.conf | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/conf/layer.conf b/conf/layer.conf
>> index be1f222..23efcb8 100644
>> --- a/conf/layer.conf
>> +++ b/conf/layer.conf
>> @@ -21,6 +21,7 @@ LAYERDEPENDS_virtualization-layer = " \
>> networking-layer \
>> filesystems-layer \
>> meta-python \
>> + selinux \
>> "
>>
>> # webserver: naigos requires apache2
>> --
>> 2.7.4
>>
>
>
next prev parent reply other threads:[~2019-07-26 1:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 3:43 [PATCH] meta-virtualization: add layer depends on selinux mingli.yu
2019-07-25 18:28 ` Bruce Ashfield
2019-07-26 2:00 ` Yu, Mingli [this message]
2019-07-26 2:31 ` Bruce Ashfield
2019-07-26 2:38 ` Bruce Ashfield
2019-07-26 9:10 ` Yu, Mingli
2019-07-26 9:10 ` [PATCH] cri-o: skip it when depends not found mingli.yu
2019-07-31 7:26 ` Yu, Mingli
2019-08-01 1:49 ` Bruce Ashfield
2019-07-26 16:46 ` [PATCH] meta-virtualization: add layer depends on selinux Mark Hatle
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=5D3A5EBF.9080200@windriver.com \
--to=mingli.yu@windriver.com \
--cc=bruce.ashfield@gmail.com \
--cc=hongxu.jia@windriver.com \
--cc=mark.hatle@windriver.com \
--cc=meta-virtualization@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.