summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-259-27/+29
* bitbake: depexp: don't use undefined variable 'logging'Olof Johansson2014-08-251-1/+1
* bitbake: cooker: tweak CookerCollectFiles::find_bbfilesBernhard Reutner-Fischer2014-08-231-1/+1
* bitbake: siggen: Fix a subtle bug in hash calculation for shared work tasksRichard Purdie2014-08-231-1/+1
* bitbake: process: Further improve robustness against server shutdownRichard Purdie2014-08-231-3/+14
* bitbake: utils: Add workaround for multiprocessing bugRichard Purdie2014-08-231-0/+12
* bitbake: command: Trigger updateCache to shut down any active parser threadsRichard Purdie2014-08-231-0/+3
* bitbake: knotty: Improve exception handlingRichard Purdie2014-08-231-1/+9
* bitbake: process: Deal with infinite looping of the serverRichard Purdie2014-08-231-0/+2
* bitbake: runqueue.py: Fix typoes/grammar in comments.Robert P. J. Day2014-08-191-6/+6
* bitbake: fetch2/local.py: fix first line indent of search path debug outputAndre McCurdy2014-08-191-1/+1
* bitbake: daemonize.py: Non-functional comment/aesthetic fixes.Robert P. J. Day2014-08-191-3/+3
* bitbake: runqueue.py: Correct several misspellings of "notifing".Robert P. J. Day2014-08-191-7/+7
* bitbake: runqueue: Add sceneQueueComplete eventRichard Purdie2014-08-031-0/+12
* bitbake: cooker: Get rid of duplicate 'import re'Namhyung Kim2014-08-021-2/+0
* bitbake: knotty: Move second event check into a proper blockNamhyung Kim2014-08-021-2/+2
* bitbake: codeparser cache improvementsRichard Purdie2014-07-262-46/+109
* bitbake: cache: Optimise invalid cache file handlingRichard Purdie2014-07-261-1/+3
* bitbake: cache: Don't reload the cache file since we already have this data i...Richard Purdie2014-07-261-9/+1
* bitbake: toasterui: fixing event.data clashAlexandru DAMIAN2014-07-232-16/+16
* bitbake: "per-package" should say "per-recipe"Robert P. J. Day2014-07-231-1/+1
* bitbake: fetch2: Add module for ClearCase (ccrc://)Dennis Meier2014-07-212-0/+265
* bitbake: command/runqueue: Fix shutdown logicRichard Purdie2014-07-212-2/+3
* bitbake: toasterui: fix build - project identificationAlexandru DAMIAN2014-07-142-6/+18
* bitbake: toasterui: Show in the log that ToasterUi is ready to receive events.Dave Lerner2014-07-141-0/+4
* bitbake: fetch2/svn: Add transportuser parameter1.7_M1Richard Purdie2014-07-041-1/+2
* bitbake: lib: fix no newline at end of fileRobert Yang2014-07-041-1/+1
* bitbake: build.py: Ensure shared work siginfo files are written to the correc...Richard Purdie2014-06-191-2/+6
* bitbake: toaster: build control functionalityAlexandru DAMIAN2014-06-132-0/+13
* bitbake: xmlrpc: add support for token reusingAlexandru DAMIAN2014-06-131-7/+12
* bitbake: bb/utils: fix contains_any()Ross Burton2014-06-121-1/+1
* bitbake: bb/tests/data.py: add tests for contains() and contains_any()Ross Burton2014-06-121-0/+36
* bitbake: cache.py: print debug info when EXCLUDE_FROM_WORLDRobert Yang2014-06-121-1/+3
* bitbake: toasterui: fix django settings environment valueAlexandru DAMIAN2014-06-061-1/+1
* bitbake: toaster: update toaster to run in managed modeAlexandru DAMIAN2014-06-061-4/+12
* bitbake: uievent: retry on handler registration failureAlexandru DAMIAN2014-06-061-3/+19
* bitbake: xmlrpc: client - remove fatal errorsAlexandru DAMIAN2014-06-062-8/+16
* bitbake: bitbake: move configuration reading codeAlexandru DAMIAN2014-06-061-24/+0
* bitbake: siggen: Print warning about tainted tasksRichard Purdie2014-06-011-0/+1
* bitbake: build/utils: Fix broken exception handlingRichard Purdie2014-06-012-10/+4
* bitbake: bb.fatal: Raise a BBHandledException instead of exitingRichard Purdie2014-06-011-2/+1
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-018-11/+14
* bitbake: event.py: Allow passthrough of BBHandledException eventsRichard Purdie2014-06-011-1/+1
* bitbake: cookerdata: Improve error handlingRichard Purdie2014-06-011-2/+5
* bitbake: event: Fix event handlers to raise SkipPackageRichard Purdie2014-06-011-4/+1
* bitbake: utils: avoid printing traceback on ExpansionError during parsingPaul Eggleton2014-05-301-0/+2
* bitbake: fetch2: improve handling of two classes of URL parameter mistakesPaul Eggleton2014-05-301-4/+10
* bitbake: fetch2/hg: Fix missing proto param for hg checkout with user and pwVolker Vogelhuber2014-05-281-1/+1
* bitbake: data_smart: Fix an unusual variable reference bugRichard Purdie2014-05-212-1/+6
* bitbake: fetch2/gitsm: Documentation improvements for gitsm:// fetcherChris Morgan2014-05-191-0/+10