diff options
-rw-r--r-- | meta-poky/conf/templates/default/local.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample index 72d3566294..cfa77106ab 100644 --- a/meta-poky/conf/templates/default/local.conf.sample +++ b/meta-poky/conf/templates/default/local.conf.sample | |||
@@ -145,8 +145,8 @@ DISTRO ?= "poky" | |||
145 | # There are other application targets that can be used here too, see | 145 | # There are other application targets that can be used here too, see |
146 | # meta/classes-recipe/image.bbclass and | 146 | # meta/classes-recipe/image.bbclass and |
147 | # meta/classes-recipe/core-image.bbclass for more details. | 147 | # meta/classes-recipe/core-image.bbclass for more details. |
148 | # We default to enabling the debugging tweaks. | 148 | # We default to allowing root login without a password for convenience. |
149 | EXTRA_IMAGE_FEATURES ?= "debug-tweaks" | 149 | EXTRA_IMAGE_FEATURES ?= "allow-empty-password empty-root-password allow-root-login" |
150 | 150 | ||
151 | # | 151 | # |
152 | # Additional image features | 152 | # Additional image features |