aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2009-07-23cooker.py: Improve server idle handling (from Poky)Richard Purdie
2009-06-19Merge the BBCLASSEXTEND code from Poky. This allows once recipe to provide mu...Richard Purdie
2009-04-21lib: remove use of 'sets' to make Python 2.6 happyMarcin Juszkiewicz
2009-04-08BBMASK: survive a non-existant path and don't keep the dir after globbing.Chris Larson
2009-04-08BBPKGS: act as a default that can be overridden via the cmdline.Chris Larson
2008-12-06cooker.py: Rearrange the code to allow init of new UIsRichard Purdie
2008-12-06Pass around the tasks to execute rather than using magic variables. Also use ...Richard Purdie
2008-12-06event.py: Remove the Pkg* events, the make no sense in the task based model b...Richard Purdie
2008-12-06cooker.py: Pass the task to run to tryBuild directly, don't use self.configur...Richard Purdie
2008-12-06Rename online/offline to sync/async for less confusion (from Rob Bradford in ...Richard Purdie
2008-10-20cooker.py: Fix an init problem (from poky)Richard Purdie
2008-09-30cooker.py: Add parseConfiguration() function and move inheritFromOS call outs...Richard Purdie
2008-09-30cooker.py: Rename __depends to __base_depends after configuration parsing so ...Richard Purdie
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