summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-03-30 08:22:59 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-03-30 08:22:59 +0100
commitd1cbcfe40e54f0e1fc4718bb91b98896982cba55 (patch)
tree4b136c27e808bd67ddd6aef4270269f7ac308491
parent29198b1e6fd09c351033e01089ba391f7e15abcb (diff)
downloadDistroKit-d1cbcfe40e54f0e1fc4718bb91b98896982cba55.tar.gz
DistroKit-d1cbcfe40e54f0e1fc4718bb91b98896982cba55.tar.xz
ptxconfig: enable sftp server
SFTP is used by sshfs, which is a useful tool to directly access files on a target machine from a development host. Enable it. Inspired-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/bsp.ref7
-rw-r--r--configs/ptxconfig2
2 files changed, 1 insertions, 8 deletions
diff --git a/configs/bsp.ref b/configs/bsp.ref
index 5f59ed5..e8e551c 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -1,9 +1,2 @@
includes:
- file: ptxdist.ref
-
-ptxdist_debug_sftp:
- description: |
- In DistroKit, it is possible to access the target filesystem via
- p9, at least on qemu-vexpress. This might be enabled later again,
- once we do more testing on real hardware.
- value: False
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 468072c..48784c6 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1680,7 +1680,7 @@ PTXCONF_OPENSSH_SSHD=y
PTXCONF_OPENSSH_SSHD_SYSTEMD_UNIT=y
# PTXCONF_OPENSSH_SCP is not set
# PTXCONF_OPENSSH_SFTP is not set
-# PTXCONF_OPENSSH_SFTP_SERVER is not set
+PTXCONF_OPENSSH_SFTP_SERVER=y
PTXCONF_OPENSSH_KEYGEN=y
PTXCONF_OPENSSL=y
# PTXCONF_OPENSSL_BIN is not set