* [Buildroot] buildbot infrastructure
@ 2009-02-27 23:44 Frank Hoeflich
2009-02-28 8:55 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Frank Hoeflich @ 2009-02-27 23:44 UTC (permalink / raw)
To: buildroot
Peter:
>...
>I'm not against doing more structured build tests, and will look into
>getting buildbot running again with some sensible defconfigs soonish,
>but that shouldn't stop you or anyone else from reporting (and fixing)
>bugs.
>
>--
>Bye, Peter Korsgaard
>
I tried to look into this and couldn't find anything for buildbot in my copy of the tree. Is it available for developers to inspect?
--Frank
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] buildbot infrastructure
2009-02-27 23:44 [Buildroot] buildbot infrastructure Frank Hoeflich
@ 2009-02-28 8:55 ` Peter Korsgaard
2009-03-01 0:04 ` Frank Hoeflich
0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2009-02-28 8:55 UTC (permalink / raw)
To: buildroot
>>>>> "Frank" == Frank Hoeflich <frankhoeflich@yahoo.com> writes:
Hi,
Frank> I tried to look into this and couldn't find anything for
Frank> buildbot in my copy of the tree. Is it available for
Frank> developers to inspect?
We don't have anything in the tree, but setting up buildbot is quite
easy. I have it running at work for the targets we're using.
Building is just a matter of:
svn update
yes ''|make <target>_defconfig
yes ''|make
Or in buildbot syntax:
f1 = factory.BuildFactory()
f1.addStep(SVN(svnurl=SVNURL, mode="copy"))
f1.addStep(Configure(command="yes ''|make "+target + "_defconfig"))
f1.addStep(Compile(command="yes ''|make -s"))
The yes '' stuff is for when buildroot asks for user input.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] buildbot infrastructure
2009-02-28 8:55 ` Peter Korsgaard
@ 2009-03-01 0:04 ` Frank Hoeflich
2009-03-01 6:43 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Frank Hoeflich @ 2009-03-01 0:04 UTC (permalink / raw)
To: buildroot
Peter:
Actually I was hunting for any BR support for the next step - kicking off an automated test cycle after a config builds correctly. If that doesn't exist yet (and no one else has claimed this turf), I'll go off into a corner and figure out how to write something for buildbot.
Thank you for putting me into the ballpark.
--Frank
--- On Sat, 2/28/09, Peter Korsgaard <jacmet@uclibc.org> wrote:
> From: Peter Korsgaard <jacmet@uclibc.org>
> Subject: Re: buildbot infrastructure
> To: frankhoeflich at yahoo.com
> Cc: jacmet at uclibc.org, buildroot at busybox.net
> Date: Saturday, February 28, 2009, 12:55 AM
> >>>>> "Frank" == Frank Hoeflich
> <frankhoeflich@yahoo.com> writes:
>
> Hi,
>
> Frank> I tried to look into this and couldn't find
> anything for
> Frank> buildbot in my copy of the tree. Is it
> available for
> Frank> developers to inspect?
>
> We don't have anything in the tree, but setting up
> buildbot is quite
> easy. I have it running at work for the targets we're
> using.
>
> Building is just a matter of:
>
> svn update
> yes ''|make <target>_defconfig
> yes ''|make
>
> Or in buildbot syntax:
>
> f1 = factory.BuildFactory()
> f1.addStep(SVN(svnurl=SVNURL, mode="copy"))
> f1.addStep(Configure(command="yes ''|make
> "+target + "_defconfig"))
> f1.addStep(Compile(command="yes ''|make
> -s"))
>
> The yes '' stuff is for when buildroot asks for
> user input.
>
> --
> Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] buildbot infrastructure
2009-03-01 0:04 ` Frank Hoeflich
@ 2009-03-01 6:43 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2009-03-01 6:43 UTC (permalink / raw)
To: buildroot
>>>>> "Frank" == Frank Hoeflich <frankhoeflich@yahoo.com> writes:
Frank> Peter:
Frank> Actually I was hunting for any BR support for the next
Frank> step - kicking off an automated test cycle after a config
Frank> builds correctly. If that doesn't exist yet (and no one
Frank> else has claimed this turf), I'll go off into a corner and
Frank> figure out how to write something for buildbot.
It would be interesting if we could check the following per package:
- That all binaries/libs are stripped
- That they are for the correct architecture
- That the clean target removes everything again (do a find
$(TARGET_DIR) before and after and diff
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-01 6:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-27 23:44 [Buildroot] buildbot infrastructure Frank Hoeflich
2009-02-28 8:55 ` Peter Korsgaard
2009-03-01 0:04 ` Frank Hoeflich
2009-03-01 6:43 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox