summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-07-12 11:33:16 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-07-12 11:33:16 +0200
commitd4c4445944cf5e527157fcdeb3a98d6e0698d7ab (patch)
tree4f9c9e1142965af38cbf9c16492131ea09286855 /configs
parent930bd5e89d0d2824cf08b54700087c84a3e1f825 (diff)
downloadDistroKit-d4c4445944cf5e527157fcdeb3a98d6e0698d7ab.tar.gz
DistroKit-d4c4445944cf5e527157fcdeb3a98d6e0698d7ab.tar.xz
ptxconfig: don't use sftp for now
reason-ptxdist suggests to enable sftp, but we disable it for now. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/bsp.ref6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/bsp.ref b/configs/bsp.ref
index 153313d..dbce804 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -18,4 +18,10 @@ ptxdist_toolchain_hardening:
- TARGET_HARDEN_STACK_NONE
absent:
- TARGET_HARDEN_PIE
+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
# vim: syntax=yaml