profiles: Enable systemd[elfutils] USE flag for board

Elfutils is already part of the usr partition, but currently not enabled in
systemd-coredump. Systemd-coredump therefore fails with:

  elfutils disabled, parsing ELF objects not supported.

Enable the elfutils flag for systemd to make this work.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2023-02-28 09:49:09 +01:00
parent abff6bd4aa
commit 38070f34ed
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Enabled elfutils support in systemd-coredump. A backtrace will now appear in the journal for any program that dumps core ([coreos-overlay#2489](https://github.com/flatcar/coreos-overlay/pull/2489))

View File

@ -24,7 +24,7 @@ sys-libs/ncurses minimal
sys-libs/pam audit
# enable journal gateway, bootctl and container features
sys-apps/systemd audit gnuefi http importd iptables
sys-apps/systemd audit elfutils gnuefi http importd iptables
# epoll is needed for systemd-journal-remote to work. coreos/bugs#919
net-libs/libmicrohttpd epoll