Re: [yocto] Multiple Repository support

2010-12-23 Thread Esben Haabendal
On Wed, 2010-12-22 at 11:09 -0500, Cliff Brake wrote: > Hello, > > I've started collecting ideas from various emails on multiple > repository support. > > http://wiki.openembedded.org/index.php/MultipleRepositoryMethods > > Please feel free to update the above page. > > In my mind, this is a ke

Re: [yocto] [PATCH 0/3] Consolidate Pull Requests for Autobuilder

2010-12-23 Thread Scott Garman
On 12/21/2010 09:17 AM, Beth Flanagan wrote: Scott, This pull request updates the buildbot installer to support BuildBot 0.8.3, which was released yesterday, as well as updated build helper scripts and a new pokyABConfig.py which adds a swabber testing target,implements all current autobuilde

[yocto] Autobuilder upgrade to Buildbot 0.8.3

2010-12-23 Thread Flanagan, Elizabeth
All, I've now finished the upgrade of the autobuilder repo to include buildbot 0.8.3. I've rewritten the installer and updated a bunch of build helper files. I wanted to take a few moments to explain some of the changes regarding installation. The big change is the upgrade to buildbot 0.8.3. B

[yocto] Recent build issues.

2010-12-23 Thread Flanagan, Elizabeth
Recent build issues: - There seem to be a few issues going on with sanity testing: First, I've made a change to how sanity tests are run on the autobuilder that should speed them up some. bitbake @ -c qemuimagetest creates a rootfs. I've switched this to bitbake @ -c qemuimagetest_standalone, s

Re: [yocto] Recent build issues.

2010-12-23 Thread Richard Purdie
On Thu, 2010-12-23 at 14:08 -0800, Flanagan, Elizabeth wrote: > Next, the following bugs have been making it difficult to track down build > failures: > > Sanity Test Boot test returns invalid results. > http://bugzilla.pokylinux.org/show_bug.cgi?id=611 Fixes for #611, #612 and some other issue

Re: [yocto] Recent build issues.

2010-12-23 Thread Mark Hatle
On 12/23/10 6:22 PM, Richard Purdie wrote: > On Thu, 2010-12-23 at 14:08 -0800, Flanagan, Elizabeth wrote: ... >> mips seems to have run poky-image-minimal ok, but with Bug #611, I >> can't be sure that is the case and I doubt it's actually the case. My >> inclination is that there is an issue wit

Re: [yocto] Master stability and the autobuilder.

2010-12-23 Thread Saul Wold
On 12/22/2010 12:57 PM, Elizabeth Flanagan wrote: All, In preparation for the M3 milestone, I've been taking notes on what our build and release process is and where the pain points are over the course of the M2 milestone. A few things I've noted that are concerning: Beth, Good job here on p

Re: [yocto] Recent build issues.

2010-12-23 Thread Xu, Jiajun
> On Thu, 2010-12-23 at 14:08 -0800, Flanagan, Elizabeth wrote: >> Next, the following bugs have been making it difficult to track down >> build failures: >> >> Sanity Test Boot test returns invalid results. >> http://bugzilla.pokylinux.org/show_bug.cgi?id=611 > > Fixes for #611, #612 and some o

[yocto] A question about libtool-cross

2010-12-23 Thread Xu, Dongxiao
Hi Richard, When looking at libtool-cross recipe, I found that it doesn't inherit the cross.bbclass, thus its files are populated into target sysroot. Is it on purpose or its inherit is missing? BTW, for other cross recipes, like gcc-cross, binutils-cross, etc, they all inherit cross.bbclass

Re: [yocto] Autobuilder upgrade to Buildbot 0.8.3

2010-12-23 Thread Saul Wold
On 12/23/2010 11:45 AM, Flanagan, Elizabeth wrote: All, I've now finished the upgrade of the autobuilder repo to include buildbot 0.8.3. I've rewritten the installer and updated a bunch of build helper files. I wanted to take a few moments to explain some of the changes regarding installation

[yocto] building output when inherit different bbclasses

2010-12-23 Thread Lu, Lianhao
Hi guys, The following list might help someone who wants to figure out what's the difference between the various buildings when inheriting different bbclass(es). The normal(default) situation for poky is: build = "build system" host = target = "set by MACHINE config" cross.bbclass: