On Wednesday 07 December 2011 06:51:55 Navani Kamal Srivastava wrote: > Can you please confirm me that > 1- busybox utilities are sufficient to take telnet session of the board or > do I need to install netkit-telnet-1.17 package?
Yes this will work if you enable CONFIG_TELNETD and CONFIG_TELNETD_STANDALONE in the busybox configuration. telnetd will not be started automatically though, you will need to add an initscript. However I would suggest you consider using ssh if you have no reason not to - you won't need to do any additional work then. > 2- I require > /etc/securetty in my rootfs. Which and all option I need to configure in > busybox configuration to get this particular file. I have already enabled > CONFIG_FEATURE_SECURETTY feature. This file is provided by shadow, so you'd need to add that to your IMAGE_INSTALL (or POKY_EXTRA_INSTALL). Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto