summaryrefslogtreecommitdiff
path: root/recipes-core/dropbear/dropbear_%.bbappend
blob: 587c4979255e3177ded42582408beab9c16231ec (plain)
1
2
3
4
5
6
# THE Eclipse RSE system explorer uses a ssh client which cannot cope with the
# dropbear ssh server if weak ciphers are disabled.
# If debug-tweaks is set in IMAGE_FEATURES then enable also weak ciphers.
# With debug-tweaks we allow password less root access, enforcing strong
# ciphers is pointless anyway.
PACKAGECONFIG:remove = "${@bb.utils.contains('IMAGE_FEATURES', 'debug-tweaks', 'disable-weak-ciphers', '',d)}"