Hello All,
I am building a qt based multimedia image. I have already built the toolchain-qt5.
Now i want to add some libraries to this SDK.
One method i followed is to build it again. But there is no change.
So is there any way that one may bitbake again or change the build directory or something like that? Just that the current libraries for new programs that i have previously baked should work. I mean to say i have added certain programs to current bitbake process and bake is successful.
But i want to execute them as ./ with new SDK.
My belief is that previous SDK might not work for the current program. It is so because my program uses dynamic libraries that should be linked run time. That is exactly why i don't think existing SDK won't work.
Regards,
Manju