[yocto] Antwort: Re: Problems with do_rootfs when changing the user password

S.Jaritz at esa-grimma.de S.Jaritz at esa-grimma.de
Thu Jun 9 08:17:33 PDT 2016


Hej

Thanks for the infos. I figured out that the common tutorial under 
meta-skeleton does not covers the change of the root password. Although 
"usermod -P" does not exits. Now the "usermod -p" wants a encrypted 
password. Looks like most of the examples at the www are little outdated. 
My question is now:

How are the steps to (re)set the root password?

If you like I would prefer to solve this question like a tutorial.

The starting point is a own layer ("myLayer") and a password 
("myNewPassword1234").

Regards!

Stefan Jaritz

------------------------------------------------------------
ESA Elektroschaltanlagen Grimma GmbH
Broner Ring 30
04668 Grimma
Telefon: +49 3437 9211 176
Telefax: +49 3437 9211 26
E-Mail: s.jaritz at esa-grimma.de
Internet: www.esa-grimma.de


Geschäftsführer:
Dipl.-Ing. Jörg Gaitzsch
Jörg Reinker

Sitz der Gesellschaft: Grimma
Ust.-ID: DE 141784437
Amtsgericht: Leipzig, HRB 5159
Steuernummer: 238/108/00755


Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich 
erhalten 
haben, informieren Sie bitte sofort den Absender und löschen Sie diese 
Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser 
Mail 
ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you 
are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is 
strictly 
forbidden.



Von:    Jussi Kukkonen <jussi.kukkonen at intel.com>
An:     S.Jaritz at esa-grimma.de
Kopie:  Yocto Project <yocto at yoctoproject.org>
Datum:  09.06.2016 12:00
Betreff:        Re: [yocto] Problems with do_rootfs when changing the user 
password



On 9 June 2016 at 12:00, <S.Jaritz at esa-grimma.de> wrote:
>
> Hej
>
> I want to change the root password. For that I create the recipe 
"myNewPassword.bb" with:
> ################
> SUMMARY = "my new password"
> SECTION = "new"
> LICENSE = "CLOSED"
>
> inherit extrausers
>
> EXTRA_USERS_PARAMS = "\
>         usermod -P xyz root; \
> "
> ################
>
> compiling and packaging works fine.
>
> In my layer I add at the layer.conf:
> ################
> IMAGE_INSTALL_append=" myNewPassword"
> ################
>
> When do_rootfs (core-image-minimal) the package could not be found. A 
deb(ug) Package was created.

If your package would contain no files, bitbake will not produce it at 
all. You should be able to override this with: 
    ALLOW_EMPTY_${PN} = "1"

 - Jussi

 
>
> Regards!
>
> Stefan Jaritz
>
> ------------------------------------------------------------
> ESA Elektroschaltanlagen Grimma GmbH
> Broner Ring 30
> 04668 Grimma
> Telefon: +49 3437 9211 176
> Telefax: +49 3437 9211 26
> E-Mail: s.jaritz at esa-grimma.de
> Internet: www.esa-grimma.de
>
>
> Geschäftsführer:
> Dipl.-Ing. Jörg Gaitzsch
> Jörg Reinker
>
> Sitz der Gesellschaft: Grimma
> Ust.-ID: DE 141784437
> Amtsgericht: Leipzig, HRB 5159
> Steuernummer: 238/108/00755
>
>
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
Informationen.
> Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich 
erhalten
> haben, informieren Sie bitte sofort den Absender und löschen Sie diese
> Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser 
Mail
> ist nicht gestattet.
>
> This e-mail may contain confidential and/or privileged information. If 
you are
> not the intended recipient (or have received this e-mail in error) 
please
> notify the sender immediately and destroy this e-mail. Any unauthorized
> copying, disclosure or distribution of the material in this e-mail is 
strictly
> forbidden.
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160609/cf3209f0/attachment.html>


More information about the yocto mailing list