On 9 March 2012 07:08, Ken Werner ken.werner@linaro.org wrote:
On 03/08/2012 09:03 AM, Marcin Juszkiewicz wrote:
W dniu 07.03.2012 22:47, Ken Werner pisze: I had setup at least two buildbots building OE images. For testing of Linaro toolchain it can be used too I think. If buildbot has ability to pull bzr for changes then you can get automatic tests after each commit/merge.
Sounds good. I'll come back to you in case I give it a go. :)
Let's use whatever the Validation team's are using (Jenkins?). The fewer tools the better.
The OE people weren't worried if we didn't use buildbot. Our system doesn't have to integrate with theirs. What ever we use the build status and history should be public as that's how we work at Linaro.
INHERIT += "rm_work"
This will remove contents of WORKDIR after recipe's build. With this enabled (and downloads outsite of tmp/) you can probably fit in tmpfs on your machine.
Ah, thanks - I forgot about that. It saves about 16GB of space and running on tmpfs saves about 30 minutes on my setup. Thanks!
You can build a Gnome distro from source all in RAM. How awesome is that.
-- Michael