blob: 1fe259ab8800b0b33d5f388b0a23af296187fda7 (
plain)
1
2
3
4
5
6
7
8
9
|
PACKAGECONFIG_remove = "timesyncd"
# Set journal RuntimeMaxSize to 64M as default to fix timeout
# dev-ttySN.device's when enable debug and use journal
# as systemd.log_target
do_install_append () {
sed -e 's/.*RuntimeMaxUse.*/RuntimeMaxUse=64M/' \
-i ${D}${sysconfdir}/systemd/journald.conf
}
|