diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2018-08-22 16:12:02 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-23 12:07:38 +0000 |
commit | 9710e7e3e8bc9e0e6377710ba743c449c27eac96 (patch) | |
tree | d1c976ff5db2b8afddbd63a4d536ef00d7ebc3f5 /meta-agl-profile-core/recipes-core | |
parent | 6da5cf9ad4871fde608b2454d0119350d0f52a0d (diff) |
Make it possible to use systemd-coredump for development
For development, systemd-coredump should be enabled especially
for meta-agl/meta-agl-demo because all applications which
compatible with agl appfw are running on systemd.
This patch make systemd-coredump available when
agl-devel is set on (run aglsetup.sh with 'agl-devel').
The core dump files are stored in /var/lib/systemd/coredump/
and 'coredumpctl' is helpful to use dump files.
Change-Id: Ic8a011e96fe36be0266389c03d761d1b8e78bf68
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-core')
-rw-r--r-- | meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend b/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend index f64ca8c8a..815fed8a3 100644 --- a/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend +++ b/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend @@ -24,3 +24,6 @@ FILES_${PN} += "${sysconfdir}/e2fsck.conf " # SPEC-737: connmand also has a NTP client which races with systemd-timesyncd PACKAGECONFIG_remove = "timesyncd" + +# Enable systemd-coredump when agl-devel is set on +PACKAGECONFIG_append_agl-devel = " coredump" |