[OE-core] [PATCH 0/2] Fix the problem of being unable to login in rescue mode if password is set

Chen Qi Qi.Chen at windriver.com
Tue Sep 9 03:01:35 UTC 2014


To reproduce the problem:
1. Add in local.conf:
   INHERIT += "extrausers"
   EXTRA_USERS_PARAMS = "usermod -P 'root' root; \
                      useradd -P 'test' test;"
2. bitbake core-image-minimal
3. runqemu qemux86 nographic bootparams="-s"

The following changes since commit 4c0a9ccbad2889b27b4b1d2ab91215a4bdcca3ce:

  python-numpy: Fix build for mips64 (2014-09-01 18:00:32 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/sulogin-shadow
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/sulogin-shadow

Chen Qi (2):
  util-linux: split out util-linux-sulogin
  extrausers: add util-linux-sulogin to IMAGE_INSTALL

 meta/classes/extrausers.bbclass             | 2 +-
 meta/recipes-core/util-linux/util-linux.inc | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
1.9.1



More information about the Openembedded-core mailing list