I'll do this as a cherry-pick, since when I apply this patch:

remote: ##############################################
remote: Invalid author Jörg Sommer via lists.yoctoproject.org
remote: ##############################################
To ssh://push.yoctoproject.org/meta-virtualization
 ! [remote rejected] kirkstone -> kirkstone (pre-receive hook declined)
error: failed to push some refs to
'ssh://push.yoctoproject.org/meta-virtualization'

Which is fixable via:

https://docs.yoctoproject.org/contributor-guide/submit-changes.html#fixing-your-from-identity

Bruce

On Wed, Nov 8, 2023 at 5:38 AM Jörg Sommer via lists.yoctoproject.org
<[email protected]> wrote:
>
> The recipe *podman* requires the distro feature *ipv6*. Using a distro
> without it causes the build of *packagegroup-container* fails, even if
> *packagegroup-podman* is not used:
>
>     ERROR: Nothing RPROVIDES 'podman' (but 
> /build/../work/layers-3rdparty/meta-virtualization/recipes-core/packagegroups/packagegroup-container.bb
>  RDEPENDS on or otherwise requires it)
>     podman was skipped: missing required distro feature 'ipv6' (not in 
> DISTRO_FEATURES)
>     NOTE: Runtime target 'podman' is unbuildable, removing...
>     Missing or unbuildable dependency chain was: ['podman']
>     NOTE: Runtime target 'packagegroup-docker' is unbuildable, removing...
>     Missing or unbuildable dependency chain was: ['packagegroup-docker', 
> 'podman']
>
> Signed-off-by: Jörg Sommer <[email protected]>
> Cherry-pick-of: 002aaf7029b8002acc69c9d4beea89039410d7cd
> ---
>  recipes-core/packagegroups/packagegroup-container.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-core/packagegroups/packagegroup-container.bb 
> b/recipes-core/packagegroups/packagegroup-container.bb
> index 8d418e95..8309a086 100644
> --- a/recipes-core/packagegroups/packagegroup-container.bb
> +++ b/recipes-core/packagegroups/packagegroup-container.bb
> @@ -9,7 +9,7 @@ PACKAGES = "\
>      packagegroup-lxc \
>      packagegroup-docker \
>      packagegroup-oci \
> -    ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', \
> +    ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp ipv6', \
>                           'packagegroup-podman', '', d)} \
>      packagegroup-containerd \
>      "
> --
> 2.34.1
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8448): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8448
Mute This Topic: https://lists.yoctoproject.org/mt/102461172/21656
Group Owner: [email protected]
Unsubscribe: 
https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/21656/1014668956/xyzzy
 [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to