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 <[email protected]> > Signed-off-by: Bruce Ashfield <[email protected]> > --- > 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 (#7925): https://lists.yoctoproject.org/g/meta-virtualization/message/7925 Mute This Topic: https://lists.yoctoproject.org/mt/97311047/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/21656/1014668956/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
