diff mbox series

[1/3] systemd: enable coredump by default

Message ID 20260715141728.2384771-1-ross.burton@arm.com
State New
Headers show
Series [1/3] systemd: enable coredump by default | expand

Commit Message

Ross Burton July 15, 2026, 2:17 p.m. UTC
coredump capturing is useful, so enable the support by default.

This doesn't pull any further build dependencies into the build, it just
adds coredumpctl and associated services (+140Kb).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-core/systemd/systemd_259.5.bb | 1 +
 1 file changed, 1 insertion(+)

Comments

Ross Burton July 15, 2026, 3:10 p.m. UTC | #1
Almost but not quite, to be useful this also needs elfutils enabled.

More incoming shortly...

> On 15 Jul 2026, at 15:17, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote:
> 
> coredump capturing is useful, so enable the support by default.
> 
> This doesn't pull any further build dependencies into the build, it just
> adds coredumpctl and associated services (+140Kb).
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
> meta/recipes-core/systemd/systemd_259.5.bb | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-core/systemd/systemd_259.5.bb b/meta/recipes-core/systemd/systemd_259.5.bb
> index 27722f97bbb..356a10b4b61 100644
> --- a/meta/recipes-core/systemd/systemd_259.5.bb
> +++ b/meta/recipes-core/systemd/systemd_259.5.bb
> @@ -52,6 +52,7 @@ PACKAGECONFIG ??= " \
>     link-udev-shared \
>     backlight \
>     binfmt \
> +    coredump \
>     gshadow \
>     hibernate \
>     hostnamed \
> -- 
> 2.43.0
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#240972): https://lists.openembedded.org/g/openembedded-core/message/240972
> Mute This Topic: https://lists.openembedded.org/mt/120281508/6875888
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-core/systemd/systemd_259.5.bb b/meta/recipes-core/systemd/systemd_259.5.bb
index 27722f97bbb..356a10b4b61 100644
--- a/meta/recipes-core/systemd/systemd_259.5.bb
+++ b/meta/recipes-core/systemd/systemd_259.5.bb
@@ -52,6 +52,7 @@  PACKAGECONFIG ??= " \
     link-udev-shared \
     backlight \
     binfmt \
+    coredump \
     gshadow \
     hibernate \
     hostnamed \