summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Oster <jon@advancedtelematic.com>2017-01-18 13:31:30 +0100
committerJon Oster <jon@advancedtelematic.com>2017-01-18 13:31:30 +0100
commit7c9244ee9686ee76df27309a540acfb9af760f22 (patch)
tree8ea902846ab7342a265c163e9b1c24c034f0b353
parentd451bfde508532b1111b6feacb5bd7ae77782c0c (diff)
downloadmeta-updater-7c9244ee9686ee76df27309a540acfb9af760f22.tar.gz
allow passwordless ssh by default
-rw-r--r--meta-sota-raspberrypi/conf/local.conf.sample6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-sota-raspberrypi/conf/local.conf.sample b/meta-sota-raspberrypi/conf/local.conf.sample
index 53b1b6b..481850a 100644
--- a/meta-sota-raspberrypi/conf/local.conf.sample
+++ b/meta-sota-raspberrypi/conf/local.conf.sample
@@ -136,11 +136,7 @@ PACKAGE_CLASSES ?= "package_rpm"
136# There are other application targets that can be used here too, see 136# There are other application targets that can be used here too, see
137# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. 137# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
138 138
139# Poky normally enables debug-tweaks, but since we allow remote SSH access to 139EXTRA_IMAGE_FEATURES = "debug-tweaks"
140# OpenIVI over tor, disable it. empty-root-password but not debug-tweaks allows
141# passwordless login locally only.
142
143EXTRA_IMAGE_FEATURES = "empty-root-password"
144 140
145# 141#
146# Additional image features 142# Additional image features