On Thursday 25 of September 2008 19:21:43 Cliff Brake wrote: > I have a ARM device running a fairly heavy application with regards > to # of libraries (gtk, cario, gstreamer, etc). Looking to speed up > boot time, there are several operations that take a long time:
> - udev Can be replaced by mdev or trick with tarring /dev/ can help. > - ldconfig On devices where you will not install new stuff it should be save to keep it in /etc/ as this will be written only on first start. And as ldconfig is one of tools intercepted by opkg it will be called just once. > - actual application start prelink maybe? You can also kill any daemon not needed to run your application or move it after X11 start. -- JID: [EMAIL PROTECTED] _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
