base.bbclass: added support for creating source mirror
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 21 Nov 2006 19:13:56 +0000 (19:13 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 21 Nov 2006 19:13:56 +0000 (19:13 +0000)
commit90349962321d16a0671104e7452f5ab094e6e130
tree966f314b4fc4fb2f9090099fc860383afd3d676c
parenta8126dabc872fe9acedd5b80ad2cd8aa5cf45e15
base.bbclass: added support for creating source mirror
- if SOURCE_MIRROR_FETCH variable is set then we ignore
  COMPATIBLE_MACHINE/COMPATIBLE_HOST settings to be able to fetch all recipes.
- Fetching sources can be done by setting any MACHINE/DISTRO combination and
  SOURCE_MIRROR_FETCH = "1" in configuration. Then one invocation of BitBake
  should do all fetching:
  bitbake --cmd fetchall --continue world
- scripts to manage source mirror will get added into contrib/
classes/base.bbclass