aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/buildbot
AgeCommit message (Collapse)Author
2009-04-29buildbot config: simplified a lot and cleanedMarcin Juszkiewicz
- it is configurable by few variables: - machines_glibc/machines_uclibc lists MACHINE values for each libc build (so atngw100 can be used just for uclibc) - targets_glibc/targets_uclibc lists targets (can be image or any other argument for bitbake) - ANGSTROMLIBC and MACHINE are passed only by environment now so less parameters are given to bbot_build_oe_target (RunOEImage before renaming). - initialization of factories is done in one function bbot_initialize_factory which gets few arguments: - factory - clean $TMPDIR (default False) - URL to git repository - git branch
2009-04-28buildbot master.cfg: Fix location of Angstrom images for cleaning and full ↵Tom Rini
builds start from scratch
2009-04-22buildbot: config of my buildbot running on http://home.haerwu.biz:8010/Marcin Juszkiewicz