On Tue, May 30, 2017 at 11:34 PM, Joshua Watt <jpewhac...@gmail.com> wrote: > Generating the host keys atomically prevents power interruptions during > the first boot from leaving the key files incomplete, which often > prevents users from being able to ssh into the device. > > Signed-off-by: Joshua Watt <jpewhac...@gmail.com>
It does make a lot of sense. The only consideration I have is that this might be a simple rework on the recipe: install -d ${D}${libexecdir}/${BPN} install -m 0755 ${WORKDIR}/sshd-check-key ${D}${libexecdir}/${BPN} can be replaced with: install -Dm 0755 ${WORKDIR}/sshd-check-key ${D}${libexecdir}/${BPN}/sshd-check-key -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core