[PATCH] poky: Update after core default changes

Richard Purdie <[email protected]> Sun, 22 Feb 2026 10:19:29 +0000
Newsgroups org.yoctoproject.lists.poky
Message-ID <[email protected]>
These changes were moved into defaultsetup.conf and therefore are no longer
needed here.

Signed-off-by: Richard Purdie <[email protected]>
---
 meta-poky/conf/distro/poky.conf | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 68e7ca768fd..93759c73f44 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -13,7 +13,7 @@ TARGET_VENDOR = "-poky"
 LOCALCONF_VERSION = "2"
 
 # Override these in poky based distros
-POKY_DEFAULT_DISTRO_FEATURES = "opengl ptest multiarch wayland vulkan"
+POKY_DEFAULT_DISTRO_FEATURES = ""
 POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"
 POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
 
@@ -62,11 +62,6 @@ INHERIT += "poky-sanity"
 #ERROR_QA:append = " ${WARN_TO_ERROR_QA}"
 
 require conf/distro/include/poky-world-exclude.inc
-require conf/distro/include/no-static-libs.inc
-require conf/distro/include/yocto-uninative.inc
-require conf/distro/include/security_flags.inc
-require conf/distro/include/yocto-space-optimize.inc
-INHERIT += "uninative"
 
 BB_SIGNATURE_HANDLER ?= "OEEquivHash"
 BB_HASHSERVE ??= "auto"