Ensure rng-tools does not find it's way into images
It blocks shutdown for ages. [1] helps to see [ 232.089805] systemd-shutdown[1]: Sending SIGTERM to remaining processes... [ 232.128654] systemd-journald[188]: Received SIGTERM from PID 1 (systemd-shutdow). [ 322.127531] systemd-shutdown[1]: Sending SIGKILL to remaining processes... [ 322.166520] systemd-shutdown[1]: Sending SIGKILL to PID 178 (rngd). [1] https://freedesktop.org/wiki/Software/systemd/Debugging/#index2h1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
2
appends/oe-core/openssh_%.bbappend
Normal file
2
appends/oe-core/openssh_%.bbappend
Normal file
@@ -0,0 +1,2 @@
|
||||
RRECOMMENDS_${PN}-sshd_remove_class-target = "rng-tools"
|
||||
|
||||
@@ -114,8 +114,10 @@ ENABLE_BINARY_LOCALE_GENERATION_ep9312 = "0"
|
||||
ENABLE_BINARY_LOCALE_GENERATION_armeb = "0"
|
||||
|
||||
# blacklist policy
|
||||
PNBLACKLIST[pn-fso-apm] = "regular apmd is good enough"
|
||||
PNBLACKLIST[pn-fso-apm] = "regular apmd is good enough"
|
||||
|
||||
# warrior specific - on master there might come times they do the right thing...
|
||||
PNBLACKLIST[rng-tools] = "blocks shutdown and no issues found for openssl"
|
||||
|
||||
###############################################################################
|
||||
# Quality & security hardening
|
||||
|
||||
Reference in New Issue
Block a user