summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2008-04-08fetch/__init__.py: Improve runfetchcmd so errors are seen and various GIT var...Richard Purdie
2008-04-08fetch/cvs.py Add proxy support to CVS fetcher (patch from Cyril Chemparathy/P...Richard Purdie
2008-04-06Add experimental/toy dependency explorer UI (based on some code from Ross Bur...Richard Purdie
2008-04-06Add experimental/toy dependency explorer UI (based on some code from Ross Bur...Richard Purdie
2008-04-06xmlrpcserver.py: Drop python 2.4 hacks, add BitBakeServerCommands class to ma...Richard Purdie
2008-04-06event.py: Clean up the event handling code and some legacy funtionsRichard Purdie
2008-04-06utils.py: Improve compile/execute error messagesRichard Purdie
2008-04-06knotty.py: Rename frontend to server to make things a bit clearerRichard Purdie
2008-03-28cache.py: Fix a bug where changed files weren't getting spotted and an invali...Richard Purdie
2008-03-17git.py: Work around refs/HEAD issues with git over http (fixes #3410)Richard Purdie
2008-03-16Add return value handling (thanks pH5)Richard Purdie
2008-03-16cooker.py: Remove leftover from old code, fixing double parsing whe using the...Richard Purdie
2008-03-15cooker.py: Turn buildFile into a fully blown offline command with idle functi...Richard Purdie
2008-03-15build.py: Fix incorrect variables (thanks pH5)Richard Purdie
2008-03-13cache.py: Ignore cache load errors and always just rebuildRichard Purdie
2008-03-13build.py: Fix incorrect variable nameRichard Purdie
2008-03-13runqueue.py: Fix typo (thanks pH5)Richard Purdie
2008-03-13ui/knotty.py: Ignore StampUpdate eventsRichard Purdie
2008-03-13cache.py: Improve the way various data structures are handled to speed up the...Richard Purdie
2008-03-13runqueue.py: Fix problems with recrdeptask handling where some idepends weren...Richard Purdie
2008-03-13runqueue.py: Switch to check_stamp code since its simpler than check_stamps a...Richard Purdie
2008-03-13runqueue.py: Fix check_stamps functionRichard Purdie
2008-03-08cooker: fix traceback when using -b and -f togetherMichael 'Mickey' Lauer
2008-03-06taskdata.py: When handling build target failures make sure idepends are check...Richard Purdie
2008-02-29cache.py: Bump the cache version since digraph was removed and mayb still be ...Richard Purdie
2008-02-28build.py: Fix task variable expansion issueRichard Purdie
2008-02-28runqueue.py: Add BB_SCHEDULER and BB_STAMP_POLICY variablesRichard Purdie
2008-02-27runqueue.py: Fix recursive looping issueRichard Purdie
2008-02-27fetch/__init__.py: Make fetcher timestamp updating non-fatal when permissions...Richard Purdie
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2008-02-26Convert -b option to use taskdata/runqueueRichard Purdie
2008-02-26runqueue.py: Add StampUpdate eventRichard Purdie
2008-02-26shell.py: Update to use cooker.buildFile()Richard Purdie
2008-02-26utils.py: Tweak explode_deps function to remove unused manipulationRichard Purdie
2008-02-24build.py: Remove uneeded mkdirhiercallRichard Purdie
2008-02-24build.py: Convert exec_task to use getVarFlagsRichard Purdie
2008-02-24cooker:Remove a debug message from the parsing loop to lower overheadRichard Purdie
2008-02-24cache: Optmise cache handling by more quickly detecting an invalid cache, onl...Richard Purdie
2008-02-24data_smart: Fix getVarFlags bug in data_smartRichard Purdie
2008-02-23bbimage: Update to reflect recent core changesRichard Purdie
2008-02-23cooker, BBHandler: Change parseConfigurationFile so it works on real data, no...Richard Purdie
2008-01-22git.py: Fix git branch tags fetchingRichard Purdie
2008-01-21runqueue.py: Fix exit code for build failures in --continue modeRichard Purdie
2008-01-20(trunk) fetcher/git: remove debug output, add docstringMichael 'Mickey' Lauer
2008-01-20persist_data.py: Add sqlite version checksRichard Purdie
2008-01-20bitbake: Make trunk python 2.5+ onlyRichard Purdie
2008-01-20cvs.py: Add norecurse and fullpath options to cvs fetcher (from Poky/Marcin)Richard Purdie
2008-01-19taskdata/runqueue.py: Make taskdata and runqueue errors more user friendlyRichard Purdie
2008-01-18bitbake 1.9.x: add branch support to the git fetcher -- thanks Otavio Salvador.Michael 'Mickey' Lauer
2008-01-12wget.py: Change the wget fetcher failure handling to avoid lockfile problemsRichard Purdie