<div dir="ltr">On 9 June 2016 at 12:00, <<a href="mailto:S.Jaritz@esa-grimma.de">S.Jaritz@esa-grimma.de</a>> wrote:<br>><br>> Hej<br>><br>> I want to change the root password. For that I create the recipe "myNewPassword.bb" with:<br>> ################<br>> SUMMARY = "my new password"<br>> SECTION = "new"<br>> LICENSE = "CLOSED"<br>><br>> inherit extrausers<br>><br>> EXTRA_USERS_PARAMS = "\<br>>     usermod -P xyz root; \<br>> "<br>> ################<br>><br>> compiling and packaging works fine.<br>><br>> In my layer I add at the layer.conf:<br>> ################<br>> IMAGE_INSTALL_append=" myNewPassword"<br>> ################<br>><br>> When do_rootfs (core-image-minimal) the package could not be found. A deb(ug) Package was created.<br><br>If your package would contain no files, bitbake will not produce it at all. You should be able to override this with: <br>  ALLOW_EMPTY_${PN} = "1"<br><br> - Jussi<br><br> <br>><br>> Regards!<br>><br>> Stefan Jaritz<br>><br>> ------------------------------------------------------------<br>> ESA Elektroschaltanlagen Grimma GmbH<br>> Broner Ring 30<br>> 04668 Grimma<br>> Telefon: +49 3437 9211 176<br>> Telefax: +49 3437 9211 26<br>> E-Mail: <a href="mailto:s.jaritz@esa-grimma.de">s.jaritz@esa-grimma.de</a><br>> Internet: <a href="http://www.esa-grimma.de">www.esa-grimma.de</a><br>><br>><br>> Geschäftsführer:<br>> Dipl.-Ing. Jörg Gaitzsch<br>> Jörg Reinker<br>><br>> Sitz der Gesellschaft: Grimma<br>> Ust.-ID: DE 141784437<br>> Amtsgericht: Leipzig, HRB 5159<br>> Steuernummer: 238/108/00755<br>><br>><br>> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.<br>> Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten<br>> haben, informieren Sie bitte sofort den Absender und löschen Sie diese<br>> Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail<br>> ist nicht gestattet.<br>><br>> This e-mail may contain confidential and/or privileged information. If you are<br>> not the intended recipient (or have received this e-mail in error) please<br>> notify the sender immediately and destroy this e-mail. Any unauthorized<br>> copying, disclosure or distribution of the material in this e-mail is strictly<br>> forbidden.<br>> --<br>> _______________________________________________<br>> yocto mailing list<br>> <a href="mailto:yocto@yoctoproject.org">yocto@yoctoproject.org</a><br>> <a href="https://lists.yoctoproject.org/listinfo/yocto">https://lists.yoctoproject.org/listinfo/yocto</a><br>><br></div>