summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2023-09-29 14:27:33 +0200
committerKhem Raj <raj.khem@gmail.com>2023-10-07 16:50:44 -0700
commitc065c929ab80c0ee5971c74d7e55559eebd78665 (patch)
tree031c5372b33388a301cb3e03bd03afe27d513c46 /meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb
parentf558bc9d3b2dab9e1a7824fad04f498839e140af (diff)
downloadmeta-openembedded-c065c929ab80c0ee5971c74d7e55559eebd78665.tar.gz
dlt-daemon: Enable experimental coredumphandler feature
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb')
-rw-r--r--meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb
index 3811772a7..1522d02c2 100644
--- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb
+++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb
@@ -17,6 +17,7 @@ DEPENDS = "zlib gzip-native json-c"
17SRC_URI = "git://github.com/COVESA/${BPN}.git;protocol=https;branch=master \ 17SRC_URI = "git://github.com/COVESA/${BPN}.git;protocol=https;branch=master \
18 file://0002-Don-t-execute-processes-as-a-specific-user.patch \ 18 file://0002-Don-t-execute-processes-as-a-specific-user.patch \
19 file://0004-Modify-systemd-config-directory.patch \ 19 file://0004-Modify-systemd-config-directory.patch \
20 file://544.patch \
20 " 21 "
21SRCREV = "0f2d4cfffada6f8448a2cb27995b38eb4271044f" 22SRCREV = "0f2d4cfffada6f8448a2cb27995b38eb4271044f"
22 23
@@ -47,6 +48,8 @@ PACKAGECONFIG[dlt-console] = "-DWITH_DLT_CONSOLE=ON,-DWITH_DLT_CONSOLE=OFF"
47 48
48inherit autotools gettext cmake pkgconfig systemd 49inherit autotools gettext cmake pkgconfig systemd
49 50
51# -DWITH_DLT_COREDUMPHANDLER=ON this feature is too experimental, disable for now
52#FILES:${PN} += "${libdir}/sysctl.d"
50EXTRA_OECMAKE += "-DWITH_DLT_LOGSTORAGE_GZIP=ON -DWITH_EXTENDED_FILTERING=ON -DSYSTEMD_UNITDIR=${systemd_system_unitdir}" 53EXTRA_OECMAKE += "-DWITH_DLT_LOGSTORAGE_GZIP=ON -DWITH_EXTENDED_FILTERING=ON -DSYSTEMD_UNITDIR=${systemd_system_unitdir}"
51 54
52PACKAGES += "${PN}-systemd" 55PACKAGES += "${PN}-systemd"