From 0569ab20b9dc301a93674514f60178978729b96e Mon Sep 17 00:00:00 2001 From: Richard Marian Thomaiyar Date: Thu, 20 Dec 2018 11:14:27 +0530 Subject: intel: Remove setting password from local.conf As setting password is doing through obmc-phosphor-image distro and image recipe, updating password is not needed from local.conf (From meta-intel rev: ce88319101ed6b7eae0460438650443fc3c53741) Change-Id: Ie54274c0ce0339797c204b9c647687a1f7ad52dc Signed-off-by: Richard Marian Thomaiyar Signed-off-by: Brad Bishop --- meta-intel/meta-s2600wf/conf/local.conf.sample | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta-intel/meta-s2600wf') diff --git a/meta-intel/meta-s2600wf/conf/local.conf.sample b/meta-intel/meta-s2600wf/conf/local.conf.sample index 6c0c97773..a6ac9e158 100644 --- a/meta-intel/meta-s2600wf/conf/local.conf.sample +++ b/meta-intel/meta-s2600wf/conf/local.conf.sample @@ -233,9 +233,3 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. CONF_VERSION = "1" - -# Set the root password to '0penBmc' -INHERIT += "extrausers" -EXTRA_USERS_PARAMS = " \ - usermod -p '\$1\$UGMqyqdG\$FZiylVFmRRfl9Z0Ue8G7e/' root; \ - " -- cgit v1.2.1