Tool/software:
Hi,
I'm having some trouble to add sqlite to the default image in the TI Processor SDK. I have followed the instructions from this thread here, and a couple of other threads that all basically covers the same concept. But this solution does not seem to be valid anymore.
I've set everything up as per the previous thread and the SDK documentation and added PACKAGECONFIG:append = " sql-sqlite" to the bottom of local.conf
It throws out the following warning when I run 'bitbake qtbase'.
WARNING: qtbase-native-5.15.7+gitAUTOINC+358aebba72-r0 do_configure: QA Issue: qtbase-native: invalid PACKAGECONFIG: sqlite [invalid-packageconfig]
This warning states sqlite as invalid. But I get this for all the values I have tested that I found while searching around the internet. Including sql-sqlite, sqlite3, sql-sqlite3.
Any help would be appreciated,
Regards.