Skip to content
Snippets Groups Projects
Commit e46b87b0 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

allscenarios-linux.conf: disable dlt for mosquitto package


We use systemd for everything related to logging in our distribution.
Mosquitto was the only package bringing in dlt-daemon for a use case we
already covered. Disable the PACKAGECONFIG option for it in our distro
configuration.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 109f8d2d
No related branches found
No related tags found
No related merge requests found
...@@ -31,3 +31,6 @@ PREFERRED_VERSION_linux-yocto = "5.10%" ...@@ -31,3 +31,6 @@ PREFERRED_VERSION_linux-yocto = "5.10%"
# Default to enabling serial debug console on RaspberryPi # Default to enabling serial debug console on RaspberryPi
ENABLE_UART ?= "1" ENABLE_UART ?= "1"
# We have no use for dlt-daemon as we use systemd for logging
PACKAGECONFIG_remove_pn-mosquitto = "dlt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment