summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
2010-12-09bitbake: Overhaul environment handlingRichard Purdie
2010-12-09bitbake/cooker: fix idle command processing in serversJoshua Lock
2010-11-28bitbake: Simplfy pre and post cooker hooksRichard Purdie
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-08-31bitbake/codeparser: Implement persistent cacheRichard Purdie
2010-08-20bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie
2010-08-19bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie
2010-08-18bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie
2010-08-12bitbake/cooker: Make sure no locks are held before we start forking workersRichard Purdie
2010-08-04cooker.py: Fix case of -b option with a full filepathRichard Purdie
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-16bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie
2010-07-02bitbake: Fix handling of empty variables in local config filesRichard Purdie
2010-07-02Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-07-02Switch from our own 'dummywrite' class to StringIOChris Larson
2010-07-02cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson
2010-07-02cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer
2010-07-02Move a var definition in cooker.parse_nextChris Larson
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Search up the directory tree for bblayers.confChris Larson
2010-07-02Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-07-02Apply the 2to3 print function transformChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson
2010-07-02Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-06-29bitbake: Move the logger initialization from cooker to utilsJeff Dike
2010-03-25bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie
2010-03-25BBFILES: use a set to remove duplicates when collecting.Chris Larson
2010-03-22bitbake/cooker.py: Add support for a bblayers.conf fileRichard Purdie
2010-03-22cooker: bail out early if no files to buildBernhard Reutner-Fischer
2010-03-22Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-01-22bitbake/cooker: Drop unneeded importRichard Purdie
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2009-12-11bitbake/cooker.py: Fix handling of extra configuration filesRichard Purdie
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie
2009-07-29bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie
2009-05-12bitbake: Update to work without warnings with python 2.6Richard Purdie
2009-05-11bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie
2008-11-06bitbake: Improve error message for missing class filesRichard Purdie
2008-10-28bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie
2008-10-17bitbake: Refactor the environment variable handlingRobert Bradford
2008-09-30bitbake/bitbake-dev: Sync with upstreamRichard Purdie