Hello,

While running bitbake for 'pandaboard' we've got few warnings, as shown below, regarding the variable keys. These warnings are produced right after the bitbake is started.

Pseudo is not present but is required, building this first before the main build 
WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-ipc-dev (${libdir}/*). 
WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*). 
Parsing recipes: 100% |##########################################################################################################| Time: 00:00:05 
Parsing of 916 .bb files complete (0 cached, 916 parsed). 1227 targets, 149 skipped, 3 masked, 0 errors.
...


In order to fix this issue we've made the attached fix; which solved on our side the above problem with the warnings.
Now the question is if the patch is ready for upstream, and second, what would be the procedure to have this patch (if all good with it) merged into the 'meta-ti'.

Thank you very much,
Vali