Hello,
I followed the link http://processors.wiki.ti.com/index.php/DaVinci_PSP_03.02_Beta_Release_Notes to build a minimal base file system with command:
$ bitbake arago-base-image
I got “ERROR: Importing sqlite3 and pysqlite2 failed, please install one of them. Python 2.5 or a 'python-pysqlite2' like package is likely to be what you need.”
I already have sqlite3 installed under /opt/sqlite3 and added /opt/sqlite3/usr/local/bin inside my PATH. Can anybody help how to resolve this?
Regards, Eric