buildbot config: simplified a lot and cleaned
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 29 Apr 2009 10:31:42 +0000 (12:31 +0200)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 29 Apr 2009 10:40:16 +0000 (12:40 +0200)
commit565e76ba4588fc2baa34862f7378f243d117ee39
treeb52151af07539efc9077d6752ca231e0a130b8f0
parent3b21d9500708e4043b51f2edb75ca71d82b2dcd8
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
contrib/buildbot/scripts/full-oe-autobuild