DM6467 evm derived system, file system (nfs) from Ubuntu. I changed EXTRAVERSION of kernel so now it has a name like "2.6.32-XYZ-20120221-122026" rather than the original "2.6.32-rc2-davinci1". When I boot now, I get this message on the console while the kernel is running:
WARNING: Couldn't open directory /lib/modules/2.6.32-XYZ-20120221-122026: No such file or directory
FATAL: Could not open /lib/modules/2.6.32-XYX-20120221-122026/modules.dep.temp for writing: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.32-XYZ-20120221-122026/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.32-XYZ-20120221-122026/modules.dep: No such file or directory
When I look in /lib/modules, I find a folder named "2.6.32-rc2-davinci1" with a bunch of stuff under it.
IN SPITE OF THE WARNING AND FATAL, the target seems to run OK. Also, I can copy folder "2.6.32-rc2-davinci1" to my name ("2.6.32-XYZ-20120221-122026")
and the WARNING/FATAL goes away.
Do I need this folder? I don't seem to need it. What's it for? ??
Thanks!