summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-12 09:35:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:03 +0000
commit6d17aa00f9fe6bd1c00b383b8863c99be07e9d2c (patch)
treed2513e5549295bc40347ffeb717f01638c3106e2 /documentation/ref-manual/ref-variables.xml
parentf63a3b65fb413a5c0cae5fc99ff7be02481ddaa6 (diff)
downloadpoky-6d17aa00f9fe6bd1c00b383b8863c99be07e9d2c.tar.gz
ref-manual: Added 'debug-tweaks' fragmentation.
The image feature 'debug-tweaks' has been fragmented into three separate areas of functionality that deals with handling empty passwords and post-installation logging. I updated the list of image features appropriately and the description of 'debug-tweaks' in the EXTRA_IMAGE_FEATURES variable. Fixes [YOCTO #5344] (From yocto-docs rev: ce0ab20472a75049298287cd05109f6e091b80bd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 6ecfaf8f63..8f0d8917b5 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3238,10 +3238,13 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
3238 including symbol information for debugging and 3238 including symbol information for debugging and
3239 profiling. 3239 profiling.
3240 3240
3241"debug-tweaks" - Makes an image suitable for development. 3241"debug-tweaks" - Makes an image suitable for debugging.
3242 For example, ssh root access has a blank 3242 For example, allows root logins without
3243 password. You should remove this feature 3243 passwords and enables post-installation
3244 before you produce a production image. 3244 logging. See the 'allow-empty-password'
3245 and 'post-install-logging' features in
3246 the "<link linkend='ref-features-image'>Image Features</link>" section for
3247 more information.
3245 3248
3246"dev-pkgs" - Adds -dev packages for all installed packages. 3249"dev-pkgs" - Adds -dev packages for all installed packages.
3247 This is useful if you want to develop against 3250 This is useful if you want to develop against