summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/extensible.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index 3f6a754d88..9a50d7fc54 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -655,7 +655,10 @@ The extensible SDK supports two different development modes.
655 # SSH is mandatory, no password simplifies the usage 655 # SSH is mandatory, no password simplifies the usage
656 EXTRA_IMAGE_FEATURES += "\ 656 EXTRA_IMAGE_FEATURES += "\
657 ssh-server-openssh \ 657 ssh-server-openssh \
658 debug-tweaks \ 658 allow-empty-password \
659 allow-root-login \
660 empty-root-password \
661 post-install-logging \
659 " 662 "
660 663
661 # Remote debugging needs gdbserver on the target device 664 # Remote debugging needs gdbserver on the target device