[oe] What to do about the poor bitbake Quality Control?

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Sun Aug 15 07:27:54 UTC 2010


2010/8/14 AJ ONeal <coolaj86 at gmail.com>:
> How do I enable logging to tenderbox? I'd be happy to do that.
> I googled it to little avail:
> http://www.google.com/search?hl=en&q=tinderbox+openembedded

Add this to your local.conf:

INHERIT += "oestats-client"
OESTATS_SERVER = "tinderbox.openembedded.net"
OESTATS_BUILDER ="YOURNAME GOES HERE!"

>
>
> For reference, here's the process I've been following:
>
>
> rm ~/overo-oe -rf                 # *clean it all out*
>
> mkdir -p ~/overo-oe
> cd ~/overo-oe
>
> git clone git://gitorious.org/gumstix-oe/mainline.git org.openembedded.dev
>      # *get a fresh copy of the repo*

So you are cloning fro a tree that might be a copy of the openembedded
tree. If you want to be sure to have the real openembedded tree clone
from git.openembedded.org/openembedded. we have
repo.or.cz/r/openembedded.git as ro mirror

>
> cd org.openembedded.dev
> git checkout --track -b overo origin/overo

and this pulls the overo branch within that tree.

As it stands I have no idea what is in that tree and branch
And, unless someone donates me an overo, I guess it'll remain like that.
Guess this holds for most of the dev's on this list.

If there is an issue with a recipe that is reproducible in the
org.openembedded.dev branch of the official repository we'll be happy
to look into it, but until then I think you should discuss this with
the gumstix/overo people.

Best regards, Frans

> cd ~/overo-oe
> git clone git://git.openembedded.net/bitbake bitbake
> cd bitbake
> git checkout 1.8.18
> cd ~/overo-oe
> cp -r org.openembedded.dev/contrib/gumstix/build .
> cp ~/.bashrc ~/bashrc.bak
> cat ~/overo-oe/build/profile >> ~/.bashrc
> source ~/overo-oe/build/profile
>
> bitbake omap3-console-image                       # *make the basic image
> from a fresh start*
>
>
> AJ ONeal
>




More information about the Openembedded-devel mailing list