$ bitbake gumstix-basic-image
ERROR: Importing sqlite3 and pysqlite2 failed, please install one of them. A 'python-pysqlite2' like package is likely to be what you need.
I suggest explicitly mentioning that these packages are required.
I eventually plan to add a list of packages that need to be installed for each common distribution. It does vary widely from distro to distro, so in the short term I'll just let bitbake do the notifications.
If you happened to note what packages you needed to install for your distro please attach that info to this bug and I'll use it as the seed for that section of the documentation :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1030823
Originator: NO
I eventually plan to add a list of packages that need to be installed for each common distribution. It does vary widely from distro to distro, so in the short term I'll just let bitbake do the notifications.
If you happened to note what packages you needed to install for your distro please attach that info to this bug and I'll use it as the seed for that section of the documentation :-)
Logged In: YES
user_id=146989
Originator: YES
I needed to get pysqlite2 from http://www.initd.org/tracker/pysqlite/wiki/pysqlite#Downloads - testing it now.
Logged In: YES
user_id=146989
Originator: YES
Slackware 12:
I also needed to get:
* the package for sqlite3 from http://www.slackware.com/~alien/slackbuilds/sqlite/pkg/12.0/sqlite-3.4.2-i486-1.tgz (and associated PGP signature)
* help2man from http://ftp.gnu.org/gnu/help2man/help2man-1.36.4.tar.gz (and associated signature)
* Locale::gettext (using CPAN).
At this point, bitbake started executing.