* [ANN] BitBake 1.8.8 available for download
@ 2007-08-18 19:12 Holger Freyther
2007-08-19 0:26 ` Dr. Michael Lauer
2007-08-19 20:56 ` Mark Gross
0 siblings, 2 replies; 4+ messages in thread
From: Holger Freyther @ 2007-08-18 19:12 UTC (permalink / raw)
To: openembedded-users; +Cc: bitbake-dev, openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
For Your Information,
Version 1.8.8 of BitBake from the stable branch is available for
download [1]. Thanks to the hard labor of Richard this release
contains support for SRCREV, bug fixes and speed improvements. For
more changes please consult the ChangeLog.
This release adds a requirement on pysqlite2 for sqlite3. On most
distributions this package is called python-pysqlite2. It is required
to support concurrent access to persistent data. This is a
requirement of the SRCREV implementation.
We have tested the branch on old and new OE metadata and it should
work for you as well. Please send comments and issues to the bitbake-
dev mailinglist and file bug reports.
kind regards
z.
[1] http://download.berlios.de/bitbake/bitbake-1.8.8.tar.gz and
http://download2.berlios.de/bitbake/bitbake-1.8.8.tar.gz
PS: 78f6c7507d33e7dcd7e001e7c7c113898114f001d3489e30a2ad556c56139171
bitbake-1.8.8.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
iD8DBQFGx0SvGckbdURWU2oRAiI0AJ9sa8ExX+f8paQYxnohN51WZM3CjQCcCsiW
6ZImbCpEX30yCOKJVfnT1vc=
=/Hjh
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANN] BitBake 1.8.8 available for download
2007-08-18 19:12 [ANN] BitBake 1.8.8 available for download Holger Freyther
@ 2007-08-19 0:26 ` Dr. Michael Lauer
2007-08-19 20:56 ` Mark Gross
1 sibling, 0 replies; 4+ messages in thread
From: Dr. Michael Lauer @ 2007-08-19 0:26 UTC (permalink / raw)
To: openembedded-users, openembedded-devel, bitbake-dev
Congrats on the release and thanks for all your hard work!
> This release adds a requirement on pysqlite2 for sqlite3. On most
> distributions this package is called python-pysqlite2.
I might add that since Python 2.5, sqlite is included in the Python
distribution.
Regards,
:M:
--
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANN] BitBake 1.8.8 available for download
2007-08-18 19:12 [ANN] BitBake 1.8.8 available for download Holger Freyther
2007-08-19 0:26 ` Dr. Michael Lauer
@ 2007-08-19 20:56 ` Mark Gross
2007-08-19 22:00 ` Richard Purdie
1 sibling, 1 reply; 4+ messages in thread
From: Mark Gross @ 2007-08-19 20:56 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-users, bitbake-dev
[-- Attachment #1: Type: text/plain, Size: 2546 bytes --]
On Sat, Aug 18, 2007 at 09:12:45PM +0200, Holger Freyther wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> For Your Information,
>
> Version 1.8.8 of BitBake from the stable branch is available for
> download [1]. Thanks to the hard labor of Richard this release
> contains support for SRCREV, bug fixes and speed improvements. For
> more changes please consult the ChangeLog.
>
> This release adds a requirement on pysqlite2 for sqlite3. On most
> distributions this package is called python-pysqlite2. It is required
> to support concurrent access to persistent data. This is a
> requirement of the SRCREV implementation.
>
> We have tested the branch on old and new OE metadata and it should
> work for you as well. Please send comments and issues to the bitbake-
> dev mailinglist and file bug reports.
>
>
> kind regards
> z.
>
>
version dependencies?
I'm running Ubuntu 6.0.6.1 and I'm getting the following error:
mgross@mgross:~/_dev/oe$ bitbake
Traceback (most recent call last):
File "/home/mgross/_dev/oe/bitbake/bin/bitbake", line 134, in ?
main()
File "/home/mgross/_dev/oe/bitbake/bin/bitbake", line 114, in
main
cooker = bb.cooker.BBCooker(configuration)
File "/home/mgross/_dev/oe/bitbake/lib/bb/cooker.py", line
65, in __init__
self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) )
File "/home/mgross/_dev/oe/bitbake/lib/bb/cooker.py",
line 353, in parseConfigurationFile
bb.fetch.fetcher_init(self.configuration.data)
File "/home/mgross/_dev/oe/bitbake/lib/bb/fetch/__init__.py",
line 97, in fetcher_init pd.delDomain("BB_URI_HEADREVS")
File "/home/mgross/_dev/oe/bitbake/lib/bb/persist_data.py", line 66, in delDomain
self.connection.execute("DROP TABLE IF EXISTS %s;" % domain)
BTW I'm running Python 2.4.3 (#2, Oct 6 2006, 07:49:22)
thanks,
--mgross
>
>
>
>
>
> [1] http://download.berlios.de/bitbake/bitbake-1.8.8.tar.gz and
> http://download2.berlios.de/bitbake/bitbake-1.8.8.tar.gz
> PS: 78f6c7507d33e7dcd7e001e7c7c113898114f001d3489e30a2ad556c56139171
> bitbake-1.8.8.tar.gz
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (Darwin)
>
> iD8DBQFGx0SvGckbdURWU2oRAiI0AJ9sa8ExX+f8paQYxnohN51WZM3CjQCcCsiW
> 6ZImbCpEX30yCOKJVfnT1vc=
> =/Hjh
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANN] BitBake 1.8.8 available for download
2007-08-19 20:56 ` Mark Gross
@ 2007-08-19 22:00 ` Richard Purdie
0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2007-08-19 22:00 UTC (permalink / raw)
To: openembedded-devel; +Cc: bitbake-dev, openembedded-users
On Sun, 2007-08-19 at 13:56 -0700, Mark Gross wrote:
> On Sat, Aug 18, 2007 at 09:12:45PM +0200, Holger Freyther wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > For Your Information,
> >
> > Version 1.8.8 of BitBake from the stable branch is available for
> > download [1]. Thanks to the hard labor of Richard this release
> > contains support for SRCREV, bug fixes and speed improvements. For
> > more changes please consult the ChangeLog.
> >
> > This release adds a requirement on pysqlite2 for sqlite3. On most
> > distributions this package is called python-pysqlite2. It is required
> > to support concurrent access to persistent data. This is a
> > requirement of the SRCREV implementation.
>
>
> version dependencies?
Yes, the key line is:
> self.connection.execute("DROP TABLE IF EXISTS %s;" % domain)
You need sqlite version 3.3.0 or later to support that syntax.
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-19 22:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-18 19:12 [ANN] BitBake 1.8.8 available for download Holger Freyther
2007-08-19 0:26 ` Dr. Michael Lauer
2007-08-19 20:56 ` Mark Gross
2007-08-19 22:00 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox