summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/fragments.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/fragments.rst b/documentation/ref-manual/fragments.rst
index 520cf783ad..42fba41e91 100644
--- a/documentation/ref-manual/fragments.rst
+++ b/documentation/ref-manual/fragments.rst
@@ -193,6 +193,15 @@ then speed up the builds by not having to build things if they are present in
193the cache. It assumes you can download something faster than you can build it 193the cache. It assumes you can download something faster than you can build it
194which will depend on your network configuration. 194which will depend on your network configuration.
195 195
196.. _ref-fragments-root-login-with-empty-password:
197
198``core/yocto/root-login-with-empty-password``
199^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200
201The ``core/yocto/root-login-with-empty-password`` :term:`configuration fragment`
202can be used to allow to login as the ``root`` user to login without a password
203on the serial console and over SSH.
204
196Yocto Project Autobuilder Fragments 205Yocto Project Autobuilder Fragments
197~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 206~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198 207