mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
sysklogd: update to 2.0.3
Drop all patches as they are no longer necessary with autotools, fix problems that are addressed upstream, or (in case of no-vectorization.patch) don't apply to the old version either, which means no one is using that hw target anymore. Remove custom systemd configs (provided by upstream), and custom syslog config (also provided by upstream but not installed by default). Adjust parselogs to not error out on not being able to find System.map file during boot (that is packaged into kernel-dev and is not normally installed). License-Update: various tweaks; the license terms are the same. (From OE-Core rev: dcf0bd14d78b0848f206eb35355f05bfbd51c02d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7e7b066085
commit
06a0adbb25
@@ -55,7 +55,8 @@ common_errors = [
|
||||
"Failed to read /var/lib/nfs/statd/state: Success",
|
||||
"error retry time-out =",
|
||||
"logind: cannot setup systemd-logind helper (-61), using legacy fallback",
|
||||
"Error changing net interface name 'eth0' to "
|
||||
"Error changing net interface name 'eth0' to ",
|
||||
"Cannot find a map file"
|
||||
]
|
||||
|
||||
video_related = [
|
||||
|
||||
Reference in New Issue
Block a user