[Openembedded-users] newbie bitbake problem with sqlite3
Woody Dickson
woodydickson at gmail.com
Sat Jun 6 08:48:27 UTC 2009
Hi,
I am getting the following error when I tried to bitbake. I think the error
is related to pysqlite, but can someone please tell me how to fix it?
[woody at localhost build]$ /stuff/bitbake/bin/bitbake -b
/stuff/helloworld/files/packages/myhelloworld/myhelloworld_0.1.bb
Traceback (most recent call last):
File "/stuff/bitbake/bin/bitbake", line 143, in ?
main()
File "/stuff/bitbake/bin/bitbake", line 123, in main
cooker.parseConfiguration()
File "/stuff/bitbake/lib/bb/cooker.py", line 68, in parseConfiguration
self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) )
File "/stuff/bitbake/lib/bb/cooker.py", line 402, in
parseConfigurationFile
bb.fetch.fetcher_init(self.configuration.data)
File "/stuff/bitbake/lib/bb/fetch/__init__.py", line 100, in fetcher_init
pd.delDomain("BB_URI_HEADREVS")
File "/stuff/bitbake/lib/bb/persist_data.py", line 70, in delDomain
self.connection.execute("DROP TABLE IF EXISTS %s;" % domain)
pysqlite2.dbapi2.OperationalError: attempt to write a readonly database
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-users/attachments/20090606/2a4cfe94/attachment-0002.html>
More information about the Openembedded-users
mailing list