I realize there was an existing thread discussing the "make install" effects on the NFS filesystem in http://e2e.ti.com/support/embedded/f/354/t/69323.aspx.
I didn't want to hijack that thread as there was a clear answer. It will get addressed in the next release.
However, in the interim, I would request some guidance on how to prepare the filesystem after having performed the "make install" step. Clearly, that is not enough, as the files which are actually used by the target kernel are not referenced in the location /home/root/<target device>/*.
Do I need to perform a series of "find . -print" and then "find . -name """ steps to then copy files over to where they need to be? Any suggestions?
My particular scenario at the moment is modifying the gstreamer plugin to include a MP3 decoder and then test it. Although I am copying the libgstticodecplugin.so file into the appropriate place, I receive run-time errrors and wonder if I need to also copy other files into the appropriate spots.