From 0d3610214ad6624adc89097531717a477f1c650c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Fri, 4 Oct 2024 10:52:54 +0200 Subject: [PATCH] meta-lxatac-software: distro: tacos: enable minidebuginfo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds a tiny amount of debug info to every binary that makes e.g. `coredump` far more useful. It also auto-enables the `coredump` and `elfutils` `PACKAGECONFIG`s in systemd, so setting them manually is no longer required. Signed-off-by: Leonard Göhrs --- meta-lxatac-bsp/recipes-core/systemd/systemd_%.bbappend | 2 +- meta-lxatac-software/conf/distro/tacos.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-lxatac-bsp/recipes-core/systemd/systemd_%.bbappend b/meta-lxatac-bsp/recipes-core/systemd/systemd_%.bbappend index 67a9d185..3bd8feb6 100644 --- a/meta-lxatac-bsp/recipes-core/systemd/systemd_%.bbappend +++ b/meta-lxatac-bsp/recipes-core/systemd/systemd_%.bbappend @@ -1,6 +1,6 @@ RRECOMMENDS:${PN}:append = "less" # Enable lz4 and seccomp for systemd -PACKAGECONFIG:append = "lz4 coredump elfutils" +PACKAGECONFIG:append = "lz4" PACKAGECONFIG:remove = "networkd" # Re-enable LLMNR (but not mDNS, which is handled by avahi), diff --git a/meta-lxatac-software/conf/distro/tacos.conf b/meta-lxatac-software/conf/distro/tacos.conf index b6f33c89..4f1ee5a0 100644 --- a/meta-lxatac-software/conf/distro/tacos.conf +++ b/meta-lxatac-software/conf/distro/tacos.conf @@ -13,6 +13,7 @@ DISTRO_FEATURES = "\ bluetooth \ ext2 \ ipv6 \ + minidebuginfo \ multiarch \ nfs \ polkit \