blob: a3cbd1b69d66e3134d90c590d883b86cbbff8ef5 [file] [log] [blame]
CamVan Nguyenb6f7e102018-02-20 13:28:52 -06001# 0001-Only-load-dropbear-default-host-keys-if-a-key-is-not.patch
2# has been upstreamed. This patch can be removed once we upgrade
3# to yocto 2.5 or later which will pull in the latest dropbear code.
Patrick Williams12fc9392021-08-06 09:16:53 -05004FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
Ed Tanous9936f862022-09-19 09:13:20 -07005
Jeremy Kerrfac2e5c2016-04-12 11:38:13 +08006SRC_URI += "file://dropbearkey.service \
Richard Marian Thomaiyar19e81d32019-09-23 22:30:10 +05307 file://localoptions.h \
8 file://dropbear.default \
9 "
Zev Weiss26dbcdb2021-09-10 18:22:41 -050010
11# pull in OpenSSH's /usr/libexec/sftp-server so we don't have to rely
12# on the crufty old scp protocol for file transfer
13RDEPENDS:${PN} += "openssh-sftp-server"