Skip to content

Commit

Permalink
meta-lxatac-software: distro: tacos: enable minidebuginfo
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hnez committed Oct 4, 2024
1 parent 0feb8f8 commit 0d36102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta-lxatac-bsp/recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
@@ -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),
Expand Down
1 change: 1 addition & 0 deletions meta-lxatac-software/conf/distro/tacos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ DISTRO_FEATURES = "\
bluetooth \
ext2 \
ipv6 \
minidebuginfo \
multiarch \
nfs \
polkit \
Expand Down

0 comments on commit 0d36102

Please sign in to comment.