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 = "-poky" LOCALCONF_VERSION = "2" # Override these in poky based distros -POKY_DEFAULT_DISTRO_FEATURES = "" +POKY_DEFAULT_DISTRO_FEATURES = "minidebuginfo" POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot" POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240988): https://lists.openembedded.org/g/openembedded-core/message/240988 Mute This Topic: https://lists.openembedded.org/mt/120284732/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
