summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-core/dropbear/dropbear_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-core/dropbear/dropbear_%.bbappend')
-rw-r--r--meta-phosphor/common/recipes-core/dropbear/dropbear_%.bbappend6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-core/dropbear/dropbear_%.bbappend b/meta-phosphor/common/recipes-core/dropbear/dropbear_%.bbappend
index 51a98d424..165a19e44 100644
--- a/meta-phosphor/common/recipes-core/dropbear/dropbear_%.bbappend
+++ b/meta-phosphor/common/recipes-core/dropbear/dropbear_%.bbappend
@@ -1,7 +1,11 @@
inherit obmc-phosphor-discovery-service
+# 0001-Only-load-dropbear-default-host-keys-if-a-key-is-not.patch
+# has been upstreamed. This patch can be removed once we upgrade
+# to yocto 2.5 or later which will pull in the latest dropbear code.
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://dropbearkey.service \
- file://0001-dropbear-Add-c-command-option-to-force-a-specific-co.patch"
+ file://0001-dropbear-Add-c-command-option-to-force-a-specific-co.patch \
+ file://0001-Only-load-dropbear-default-host-keys-if-a-key-is-not.patch"
REGISTERED_SERVICES_${PN} += "ssh:tcp:22 sftp:tcp:22"