* [meta-virtualization][PATCH] distro/vruntime: drop obsolete DISTRO_FEATURES_DEFAULT
@ 2026-04-24 14:41 Tim Orling
2026-04-28 11:48 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Tim Orling @ 2026-04-24 14:41 UTC (permalink / raw)
To: meta-virtualization; +Cc: Tim Orling
DISTRO_FEATURES_DEFAULT has been obsoleted [1][2].
Follow the pattern in meta-yocto [3] and remove it.
Fixes:
ERROR: Nothing PROVIDES 'nativesdk-libseccomp' ...
[1] https://git.openembedded.org/openembedded-core/commit/meta/conf?id=0548ea447445834647be7ef35ed0ae8d1d3387b3
[2] https://git.openembedded.org/openembedded-core/commit/meta/conf?id=159148f4de2595556fef6e8678578df83383857b
[3] https://git.yoctoproject.org/meta-yocto/commit/?id=96085aaec5bfb33c4e4322465eaf0af370db6fc0
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
conf/distro/vruntime.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/distro/vruntime.conf b/conf/distro/vruntime.conf
index 0ea43e62..ae9c0a38 100644
--- a/conf/distro/vruntime.conf
+++ b/conf/distro/vruntime.conf
@@ -46,8 +46,8 @@ DISTRO_FEATURES = "acl ext2 ipv4 ipv6 seccomp vfat pci vcontainer vxn"
DISTRO_FEATURES_OPTED_OUT = "pulseaudio gobject-introspection-data opengl ptest multiarch wayland vulkan"
# Native and nativesdk classes need full features for build tools
-DISTRO_FEATURES:class-native = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
-DISTRO_FEATURES:class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
+DISTRO_FEATURES:class-native = "${POKY_DEFAULT_DISTRO_FEATURES}"
+DISTRO_FEATURES:class-nativesdk = "${POKY_DEFAULT_DISTRO_FEATURES}"
# Default to ext4, but image recipes may override to squashfs
IMAGE_FSTYPES = "ext4"
--
2.50.1 (Apple Git-155)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-virtualization][PATCH] distro/vruntime: drop obsolete DISTRO_FEATURES_DEFAULT
2026-04-24 14:41 [meta-virtualization][PATCH] distro/vruntime: drop obsolete DISTRO_FEATURES_DEFAULT Tim Orling
@ 2026-04-28 11:48 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2026-04-28 11:48 UTC (permalink / raw)
To: ticotimo; +Cc: meta-virtualization, Tim Orling
I changed the commit log slightly, but this is now merged.
Bruce
In message: [meta-virtualization][PATCH] distro/vruntime: drop obsolete DISTRO_FEATURES_DEFAULT
on 24/04/2026 Tim Orling via lists.yoctoproject.org wrote:
> DISTRO_FEATURES_DEFAULT has been obsoleted [1][2].
>
> Follow the pattern in meta-yocto [3] and remove it.
>
> Fixes:
> ERROR: Nothing PROVIDES 'nativesdk-libseccomp' ...
>
> [1] https://git.openembedded.org/openembedded-core/commit/meta/conf?id=0548ea447445834647be7ef35ed0ae8d1d3387b3
> [2] https://git.openembedded.org/openembedded-core/commit/meta/conf?id=159148f4de2595556fef6e8678578df83383857b
> [3] https://git.yoctoproject.org/meta-yocto/commit/?id=96085aaec5bfb33c4e4322465eaf0af370db6fc0
>
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
> conf/distro/vruntime.conf | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/conf/distro/vruntime.conf b/conf/distro/vruntime.conf
> index 0ea43e62..ae9c0a38 100644
> --- a/conf/distro/vruntime.conf
> +++ b/conf/distro/vruntime.conf
> @@ -46,8 +46,8 @@ DISTRO_FEATURES = "acl ext2 ipv4 ipv6 seccomp vfat pci vcontainer vxn"
> DISTRO_FEATURES_OPTED_OUT = "pulseaudio gobject-introspection-data opengl ptest multiarch wayland vulkan"
>
> # Native and nativesdk classes need full features for build tools
> -DISTRO_FEATURES:class-native = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
> -DISTRO_FEATURES:class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
> +DISTRO_FEATURES:class-native = "${POKY_DEFAULT_DISTRO_FEATURES}"
> +DISTRO_FEATURES:class-nativesdk = "${POKY_DEFAULT_DISTRO_FEATURES}"
>
> # Default to ext4, but image recipes may override to squashfs
> IMAGE_FSTYPES = "ext4"
> --
> 2.50.1 (Apple Git-155)
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9743): https://lists.yoctoproject.org/g/meta-virtualization/message/9743
> Mute This Topic: https://lists.yoctoproject.org/mt/118988617/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-28 11:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24 14:41 [meta-virtualization][PATCH] distro/vruntime: drop obsolete DISTRO_FEATURES_DEFAULT Tim Orling
2026-04-28 11:48 ` Bruce Ashfield
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.