aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2008-04-27cooker.py: Reorder calls to avoid cache issuesRichard Purdie
2008-04-06xmlrpcserver.py: Drop python 2.4 hacks, add BitBakeServerCommands class to ma...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-08cooker: fix traceback when using -b and -f togetherMichael 'Mickey' Lauer
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-24cooker:Remove a debug message from the parsing loop to lower overheadRichard Purdie
2008-02-23cooker, BBHandler: Change parseConfigurationFile so it works on real data, no...Richard Purdie
2008-01-06cooker.py: Fix -g option breakage from previous commitsRichard Purdie
2008-01-06shell.py: Fix shell data updating problems (#1880)Richard Purdie
2008-01-06cooker.py: Add support for '-e target' (#3432)Richard Purdie
2007-08-25cooker.py: Split generateDotGraph into data and file generation sectionsRichard Purdie
2007-08-23bitbake: use Psyco only on x86 (no support for other archs) - taken from PokyMarcin Juszkiewicz
2007-08-19cooker.py: Warn about malformed PREFERRED_PROVIDERS (#1072)Richard Purdie
2007-08-19cooker.py: Add support for BB_NICE_LEVEL option (#1627)Richard 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-18cooker.py: Make showEnvironment perform betterRichard Purdie
2007-08-18cooker.py: Update to work with the UI codeRichard Purdie
2007-08-18cooker.py: Only try to change terminal flags on terminalsRichard Purdie
2007-08-18cookey.py: Clear the terminal TOSTOP flag if set (and warn the user)Richard Purdie
2007-08-15cooker.py: Improve/fix the bitbake versions outputRichard Purdie
2007-08-13cooker.py: Switch to using bb.msg.plainRichard Purdie
2007-08-13msg.py: Add plain message type, remove legacy logging codeRichard Purdie
2007-08-13cooker.py: Refactor pkgs_to_build into a function, further cleanupsRichard Purdie
2007-08-13cooker.py: Start UI merge: Cleanup exit status handling and collect exit call...Richard Purdie
2007-08-12cooker.py: Allow the -b -e option combination to take regular expressionsRichard Purdie
2007-07-29event.py: Add ConfigParsed Event after configuration parsing is completeRichard Purdie
2007-07-28Convert fetcher to use persist_data to remove global urldata variable and cle...Richard Purdie
2007-07-22Improve certain error messagesRichard Purdie
2007-06-12runqueue.py: Correctly redirect stdin when forking. Richard Purdie
2007-05-20cooker.py: Fix invalid regexp in BBMASK error handling (missing import) (#1124)Richard Purdie
2007-04-18cooker.py: Fix cache errors when generation dotGraphsRichard Purdie
2007-04-01cooker.py: Make -I option a generic one to extend ASSUME_PROVIDEDRichard Purdie
2007-03-24Fix PE handling to use strings and update showVersions to add PE support (clo...Richard Purdie
2007-03-04cooker.py: Split cook into several functionsRichard Purdie
2007-03-04cooker.py: Move some functionality to the module init functionRichard Purdie
2007-03-04cooker.py: Remove old reference to BBStatisticsRichard Purdie
2007-03-04runqueue.py: Improve initialization instead of repeating parametersRichard Purdie
2007-03-04cooker.py, runqueue.py: Move statistics implementation from cooker to runqueueRichard Purdie
2007-02-27Bitbake: cooker.py: Fix find_bbfiles. Previously, an attempt to put a path t...Chris Larson
2007-01-07Make -f (force) flag handling work properlyRichard Purdie
2007-01-07runqueue.py: Pass cooker to prepare_runqueue (for now)Richard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-12-06cooker.py: Clean up pkgs_to_build handlingRichard Purdie
2006-12-06bitbake: Move cooker from bin/bitbake to lib/bb/cooker.pyRichard Purdie