treewide: switch debug-tweaks to allow-root-login

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I2665e9e7e37242d546eafdb4d1c65dd0369ca635
diff --git a/meta-facebook/meta-yosemite4/conf/templates/default/local.conf.sample b/meta-facebook/meta-yosemite4/conf/templates/default/local.conf.sample
index 306c66f..aba3c1b 100644
--- a/meta-facebook/meta-yosemite4/conf/templates/default/local.conf.sample
+++ b/meta-facebook/meta-yosemite4/conf/templates/default/local.conf.sample
@@ -116,12 +116,12 @@
 #  "eclipse-debug"  - add Eclipse remote debugging support
 #  "tools-profile"  - add profiling tools (oprofile, lttng, valgrind)
 #  "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
-#  "debug-tweaks"   - make an image suitable for development
+#  "allow-root-login"   - make an image suitable for development
 #                     e.g. ssh root access has a blank password
 # There are other application targets that can be used here too, see
 # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
 # We default to enabling the debugging tweaks.
-EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
+EXTRA_IMAGE_FEATURES ?= "allow-root-login"
 
 #
 # Additional image features