aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2010-06-07cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer
2010-04-20Move a var definition in cooker.parse_nextChris Larson
2010-04-20Don't try to expand non-string valuesChris Larson
2010-04-14Search up the directory tree for bblayers.confChris Larson
2010-04-14Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson
2010-04-14Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-04-09Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-03-25bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie
2010-03-24BBFILES: use a set to remove duplicates when collecting.Chris Larson
2010-03-22cooker.py: Add support for a bblayers.conf fileRichard Purdie
2010-03-08cooker: bail out early if no files to buildBernhard Reutner-Fischer
2010-02-25Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-01-22cooker: Drop unneeded importRichard Purdie
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2010-01-18server: Improve idle handling timeoutsRichard Purdie
2010-01-18Add none server type to avoid xmlrpc in the default caseRichard Purdie
2010-01-14Solidify server class creationRichard Purdie
2010-01-14Move xmlrpcserver.py into lib/bb/server as xmlrpc.pyRichard Purdie
2009-11-22cooker.py: Fix variable name: targets doesn't exist, should be itemRichard Purdie
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2009-07-23command/cooker: Remve the need for the cache for -e -b optionsRichard Purdie
2009-07-23command/cooker: Improve showEnvironment functionalityRichard Purdie
2009-07-23cooker: Fix cooker parser for case where there are no recipesRichard Purdie
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