blob: 165a19e4478847dcb758be9729df55f2e726ceed [file] [log] [blame]
Ratan Guptadf7dfd42016-10-01 14:57:15 -05001inherit obmc-phosphor-discovery-service
2
CamVan Nguyenb6f7e102018-02-20 13:28:52 -06003# 0001-Only-load-dropbear-default-host-keys-if-a-key-is-not.patch
4# has been upstreamed. This patch can be removed once we upgrade
5# to yocto 2.5 or later which will pull in the latest dropbear code.
Brad Bishop78a27262015-12-02 12:10:56 -05006FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
Jeremy Kerrfac2e5c2016-04-12 11:38:13 +08007SRC_URI += "file://dropbearkey.service \
CamVan Nguyenb6f7e102018-02-20 13:28:52 -06008 file://0001-dropbear-Add-c-command-option-to-force-a-specific-co.patch \
9 file://0001-Only-load-dropbear-default-host-keys-if-a-key-is-not.patch"
Ratan Guptadf7dfd42016-10-01 14:57:15 -050010
11REGISTERED_SERVICES_${PN} += "ssh:tcp:22 sftp:tcp:22"