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