summaryrefslogtreecommitdiff
path: root/recipes-core/dropbear/dropbear_%.bbappend
blob: 0083f425a2d56703e7f892e5515d824302c11180 (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 = "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "", "disable-weak-ciphers",d)}"