Skip to content

Commit

Permalink
dlt-daemon: upgrade 2.18.9 -> 2.18.10 (commit: 0f2d4cfffada6f8448a2cb…
Browse files Browse the repository at this point in the history
…27995b38eb4271044f)

Drop patches now part of new upstream release:
- 449.patch
- 481.patch
- 482.patch

Refresh patches due to GENIVI->COVESA renaming

What's Changed:

    Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468
    Update status badges on README.md by @michael-methner in openembedded#467
    logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442
    Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459
    Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472
    Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481
    Update AUTOSAR standard link by @lucafrance in openembedded#480
    cmake: set version to 2.18.9 by @alexmohr in openembedded#478
    Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469
    dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385
    build: add static lib only if necessary by @alexmohr in openembedded#479
    Update CMakeLists.txt by @LocutusOfBorg in openembedded#482
    watchdog: improve dlt watchdog by @alexmohr in openembedded#470
    log-level-config: add option to configure log levels by @alexmohr in openembedded#474
    gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487
    dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494
    dlt-qnx-system improvement by @lvklevankhanh in openembedded#495
    gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497
    dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490
    Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499
    Update README.md by @lvklevankhanh in openembedded#503
    dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501
    dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471
    Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511
    Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504
    cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510
    fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491
    DLT Upstream for minor release by @minminlittleshrimp in openembedded#515
    cmake: disable network trace by @alexmohr in openembedded#477
    doc: add COVESA logo image by @minminlittleshrimp in openembedded#516
    Prepare for 2.18.10 release by @michael-methner in openembedded#517

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>
  • Loading branch information
Gianfranco Costamagna authored and kraj committed Aug 17, 2023
1 parent 6488c2c commit 668b381
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diff --git a/systemd/dlt-adaptor-udp.service.cmake b/systemd/dlt-adaptor-udp.ser
index 8dac1f2..ecf9f9e 100644
--- a/systemd/dlt-adaptor-udp.service.cmake
+++ b/systemd/dlt-adaptor-udp.service.cmake
@@ -21,9 +21,8 @@ Wants=dlt.service
@@ -19,9 +19,8 @@ Wants=dlt.service

[Service]
Type=simple
Expand Down Expand Up @@ -51,15 +51,15 @@ index b665742..35009b0 100644
[Service]
Type=simple
-User=@DLT_USER@
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-example-user "Hallo from GENIVI DLT example user application"
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-example-user "Hallo from COVESA DLT example user application"
-LimitCORE=infinity
\ No newline at end of file
+LimitCORE=infinity
diff --git a/systemd/dlt-receive.service.cmake b/systemd/dlt-receive.service.cmake
index c07d447..8f88f00 100644
--- a/systemd/dlt-receive.service.cmake
+++ b/systemd/dlt-receive.service.cmake
@@ -22,6 +22,5 @@ Wants=dlt.service
@@ -20,6 +20,5 @@ Wants=dlt.service

[Service]
Type=simple
Expand All @@ -72,7 +72,7 @@ diff --git a/systemd/dlt-system.service.cmake b/systemd/dlt-system.service.cmake
index 0e91f42..1a5b913 100755
--- a/systemd/dlt-system.service.cmake
+++ b/systemd/dlt-system.service.cmake
@@ -22,7 +22,6 @@ Wants=dlt.service
@@ -20,7 +20,6 @@ Wants=dlt.service

[Service]
Type=simple
Expand All @@ -84,7 +84,7 @@ diff --git a/systemd/dlt.service.cmake b/systemd/dlt.service.cmake
index 0b3ee2c..e4753a2 100755
--- a/systemd/dlt.service.cmake
+++ b/systemd/dlt.service.cmake
@@ -21,7 +21,6 @@ Documentation=man:dlt-daemon(1) man:dlt.conf(5)
@@ -19,7 +19,6 @@ Documentation=man:dlt-daemon(1) man:dlt.conf(5)

[Service]
Type=simple
Expand Down
49 changes: 0 additions & 49 deletions meta-oe/recipes-extended/dlt-daemon/dlt-daemon/481.patch

This file was deleted.

40 changes: 0 additions & 40 deletions meta-oe/recipes-extended/dlt-daemon/dlt-daemon/482.patch

This file was deleted.

34 changes: 0 additions & 34 deletions meta-oe/recipes-extended/dlt-daemon/dlt-daemon/504.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ DEPENDS = "zlib gzip-native json-c"
SRC_URI = "git://github.com/COVESA/${BPN}.git;protocol=https;branch=master \
file://0002-Don-t-execute-processes-as-a-specific-user.patch \
file://0004-Modify-systemd-config-directory.patch \
file://481.patch \
file://482.patch \
file://504.patch \
"
SRCREV = "9a2312d3512a27620d41b9a325338b6e7b3d42de"
SRCREV = "0f2d4cfffada6f8448a2cb27995b38eb4271044f"

S = "${WORKDIR}/git"

Expand Down Expand Up @@ -49,7 +46,7 @@ PACKAGECONFIG[dlt-console] = "-DWITH_DLT_CONSOLE=ON,-DWITH_DLT_CONSOLE=OFF,,dlt-

inherit autotools gettext cmake pkgconfig systemd

EXTRA_OECMAKE += "-DWITH_EXTENDED_FILTERING=ON -DSYSTEMD_UNITDIR=${systemd_system_unitdir}"
EXTRA_OECMAKE += "-DWITH_DLT_LOGSTORAGE_GZIP=ON -DWITH_EXTENDED_FILTERING=ON -DSYSTEMD_UNITDIR=${systemd_system_unitdir}"

PACKAGES += "${PN}-systemd"
SYSTEMD_PACKAGES = "${PN} ${PN}-systemd"
Expand Down

0 comments on commit 668b381

Please sign in to comment.