summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/dropbear/dropbear_%.bbappend
blob: 307400322460e1b238b28222ca1522c295dc388d (plain)
1
2
3
4
5
do_install_append() {
   # Remove dropbear service, if debug-tweaks is disabled
   ${@bb.utils.contains('EXTRA_IMAGE_FEATURES', 'debug-tweaks', '', 'rm ${D}/${systemd_unitdir}/system/dropbear@.service', d)}
}