aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-10-21providers.py: Fix bogus preferred_version return valuesRichard Purdie
2007-09-17BBHandler: Don't add duplicates to BBPATHRichard Purdie
2007-09-09Fix the MANIFEST to include the two new filesHolger Hans Peter Freyther
2007-09-05fetch/: Add mercurial (hg) fetcher from Robert Schuster (#2913)Richard Purdie
2007-09-05bzr.py: bzr fetcher tweaks from Robert Schuster (#2913)Richard Purdie
2007-09-05build.py: Add support for cleaning directories before a task in the form: do_...Richard Purdie
2007-09-05fetch: Add bzr fetcherRichard Purdie
2007-09-04Add support for the syntax "export VARIABLE"Richard Purdie
2007-09-02BBHandler.py: Improve debug messageRichard Purdie
2007-08-25ncurses.py: Tweak version fieldRichard Purdie
2007-08-25command.py: Add generateDepTreeEvent commandRichard Purdie
2007-08-25event.py: Add DepTreeGenerated eventRichard Purdie
2007-08-25cooker.py: Split generateDotGraph into data and file generation sectionsRichard Purdie
2007-08-25bin/bitbake: Add UI selection optionRichard Purdie
2007-08-25ncurses.py: Update so it runs againRichard Purdie
2007-08-25svn.py: Handle paths in svn fetcher module parameterRichard Purdie
2007-08-25runqueue.py: Detect builds of tasks with overlapping providers and warn (will...Richard Purdie
2007-08-24providers.py: Fix regressionsRichard Purdie
2007-08-24providers.py: Backport various providers fixed from trunk (+update Changelogs)Richard Purdie
2007-08-23providers.py: Sort providers by default preference as well as priority before...Richard Purdie
2007-08-23ptoviders.py: Remove debuggingRichard Purdie
2007-08-23runqueue.py: Fix debugging functionRichard Purdie
2007-08-23providers.py: Adjust logic so providers with a PREFERRED_VERSION set take pri...Richard Purdie
2007-08-23bitbake: use Psyco only on x86 (no support for other archs) - taken from PokyMarcin Juszkiewicz
2007-08-19__init__.py: Fix a bug in decodeurl where http://some.where.com/somefile.tgz ...Richard Purdie
2007-08-19cooker.py: Warn about malformed PREFERRED_PROVIDERS (#1072)Richard Purdie
2007-08-19knotty.py: Improve BBINCLUDELOGS_LINES handling (#97)Richard Purdie
2007-08-19cooker.py: Add support for BB_NICE_LEVEL option (#1627)Richard Purdie
2007-08-19event.py: masked files are not included in totalRichard Purdie
2007-08-19setup.py: Update to include bb.ui (thanks pH5)Richard Purdie
2007-08-18knotty.py: Implement INCLUDELOGS handlingRichard Purdie
2007-08-18command.py: Add readVariable commandRichard Purdie
2007-08-18command.py: Add parseFiles command. Tweak cooker to matchRichard Purdie
2007-08-18cooker.py: Handle error cases (e.g. no targets specified) more neatlyRichard Purdie
2007-08-18command.py: Turn showEnvironment into an offline commandRichard Purdie
2007-08-18cooker.py: Make showEnvironment perform betterRichard Purdie
2007-08-18uievent.py: Fix teardown racesRichard Purdie
2007-08-18[regression] Make SRCDATE/CVSDATE for the fetchers work again. This regressed...Holger Hans Peter Freyther
2007-08-18runqueue.py: Fix accounting errorsRichard Purdie
2007-08-18bin/bitbake: Fix execution orderRichard Purdie
2007-08-18runqueue.py: Update to work with the UI codeRichard Purdie
2007-08-18cooker.py: Update to work with the UI codeRichard Purdie
2007-08-18build.py: Add _message to TaskBase, add gross hack to logfile name generation...Richard Purdie
2007-08-18__init__.py: Add command moduleRichard Purdie
2007-08-18event.py: Add _message variable to PkgBase, add error field to ParseProgressRichard Purdie
2007-08-18Update MANIFESTRichard Purdie
2007-08-18bin/bitbake: Switch to use new UI codeRichard Purdie
2007-08-18msg.py: Rely on fired events, no longer print directlyRichard Purdie
2007-08-18Add the start of several UI modulesRichard Purdie
2007-08-18Add the command module (needs rewriting)Richard Purdie