[RFC PATCH] distro/poky: enable minidebuginfo DISTRO_FEATURE

Ross Burton <[email protected]> Wed, 15 Jul 2026 17:24:10 +0100
Newsgroups org.yoctoproject.lists.poky,org.openembedded.lists.openembedded-core
Message-ID <[email protected]>
Enable the "minidebuginfo" DISTRO_FEATURE in poky builds, so that all
binaries have just enough debuginfo in them to get a useful stack trace.

This aids with debugging occasional failures that hit the autobuilder,
at minimal cost.  For example, core-image-sato with systemd:

  core-image-sato: IMAGESIZE changed from 481532 to 486044 (+1%)
  glibc: PKGSIZE changed from 3715743 to 3805871 (+2%)
  sqlite3: PKGSIZE changed from 462840 to 469056 (+1%)

Signed-off-by: Ross Burton <[email protected]>
---
 meta-poky/conf/distro/poky.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky=
.conf
index 2ba98f4ba2..86576e48a0 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -13,7 +13,7 @@ TARGET_VENDOR =3D "-poky"
 LOCALCONF_VERSION =3D "2"
=20
 # Override these in poky based distros
-POKY_DEFAULT_DISTRO_FEATURES =3D ""
+POKY_DEFAULT_DISTRO_FEATURES =3D "minidebuginfo"
 POKY_DEFAULT_EXTRA_RDEPENDS =3D "packagegroup-core-boot"
 POKY_DEFAULT_EXTRA_RRECOMMENDS =3D "kernel-module-af-packet"
=20
--=20
2.43.0