[oe-commits] Marcin Juszkiewicz : buildbot config: simplified a lot and cleaned

GIT User account git at amethyst.openembedded.net
Wed Apr 29 10:45:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 565e76ba4588fc2baa34862f7378f243d117ee39
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=565e76ba4588fc2baa34862f7378f243d117ee39

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Apr 29 12:31:42 2009 +0200

buildbot config: simplified a lot and cleaned

- 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

---

 contrib/buildbot/master.cfg                |  158 ++++++++++++---------------
 contrib/buildbot/scripts/full-oe-autobuild |   24 +---
 2 files changed, 76 insertions(+), 106 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=565e76ba4588fc2baa34862f7378f243d117ee39




More information about the Openembedded-commits mailing list