summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix syntax issue and don't include 'd' in ui_queueChris Larson2011-01-041-2/+2
* Queue up events before the UI is spawnedChris Larson2011-01-041-51/+53
* Simplify build exception handlingChris Larson2011-01-041-6/+2
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-65/+61
* bitbake: Overhaul environment handlingRichard Purdie2010-12-091-1/+2
* bitbake/cooker: fix idle command processing in serversJoshua Lock2010-12-091-1/+1
* bitbake: Simplfy pre and post cooker hooksRichard Purdie2010-11-281-3/+6
* bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie2010-11-131-31/+42
* bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie2010-09-291-2/+2
* bitbake: Implement signaturesRichard Purdie2010-09-031-0/+4
* bitbake/codeparser: Implement persistent cacheRichard Purdie2010-08-311-0/+2
* bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie2010-08-201-1/+2
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-191-2/+5
* bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie2010-08-191-1/+4
* bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie2010-08-181-8/+8
* bitbake/cooker: Make sure no locks are held before we start forking workersRichard Purdie2010-08-121-0/+6
* cooker.py: Fix case of -b option with a full filepathRichard Purdie2010-08-041-1/+1
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-161-21/+42
* bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie2010-07-161-32/+0
* bitbake: Fix handling of empty variables in local config filesRichard Purdie2010-07-021-1/+1
* Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson2010-07-021-2/+10
* Apply some 2to3 refactoringsChris Larson2010-07-021-9/+9
* Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson2010-07-021-3/+0
* Switch from our own 'dummywrite' class to StringIOChris Larson2010-07-021-10/+7
* cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson2010-07-021-4/+4
* cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer2010-07-021-1/+1
* Move a var definition in cooker.parse_nextChris Larson2010-07-021-1/+1
* Don't try to expand non-string valuesChris Larson2010-07-021-1/+1
* Search up the directory tree for bblayers.confChris Larson2010-07-021-2/+12
* Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson2010-07-021-0/+14
* Move the unset BBPATH sanity check after the bblayers processingChris Larson2010-07-021-0/+3
* Apply the 2to3 print function transformChris Larson2010-07-021-16/+17
* Import fixupsChris Larson2010-07-021-4/+3
* Formatting cleanupsChris Larson2010-07-021-13/+12
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-5/+5
* Made '-b' work with BBCLASSEXTENDEnrico Scholz2010-07-021-4/+10
* bitbake: Move the logger initialization from cooker to utilsJeff Dike2010-06-291-11/+0
* bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie2010-03-251-2/+2
* BBFILES: use a set to remove duplicates when collecting.Chris Larson2010-03-251-4/+4
* bitbake/cooker.py: Add support for a bblayers.conf fileRichard Purdie2010-03-221-8/+25
* cooker: bail out early if no files to buildBernhard Reutner-Fischer2010-03-221-1/+2
* Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson2010-03-221-6/+3
* bitbake/cooker: Drop unneeded importRichard Purdie2010-01-221-1/+0
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-279/+482
* bitbake/cooker.py: Fix handling of extra configuration filesRichard Purdie2009-12-111-5/+6
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-131-1/+1
* bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie2009-07-291-0/+3
* bitbake: Update to work without warnings with python 2.6Richard Purdie2009-05-121-3/+2
* bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2009-05-111-8/+11
* bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie2009-01-031-9/+3