summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: fetch2/perforce: Ensure command has a defaultRichard Purdie2014-05-111-4/+4
* bitbake: parse: Improve file inheritance loggingRichard Purdie2014-05-112-8/+1
* bitbake: knotty: Fix output printed to the user at debug log levelsRichard Purdie2014-05-111-1/+1
* bitbake: parse/ast: Show append logging at lower log levelRichard Purdie2014-05-111-1/+1
* bitbake: fix cloning of mercurial repository with username and password speci...Volker Vogelhuber2014-05-111-1/+4
* bitbake: Fix refetch of local files when they are read onlyNick Lewis2014-05-081-2/+2
* bitbake: data_smart: Ensure all possible overrides are cached including those...Richard Purdie2014-05-071-1/+6
* bitbake: persist_data: Avoid fsync() callsRichard Purdie2014-05-031-1/+3
* bitbake: codeparser: Fix to better catch all getVar referencesRichard Purdie2014-05-031-3/+3
* bitbake: bitbake: Bump version to 1.23.1Richard Purdie2014-05-011-1/+1
* bitbake: bb.utils, bb.codeparser: Add bb.utils.contains_anyOtavio Salvador2014-04-292-1/+14
* bitbake: codeparser: don't interact with the cache for subshellsChristopher Larson2014-04-291-9/+12
* bitbake: fetch2: Cleanup file checksum generation, v2Jacob Kroon2014-04-291-6/+2
* bitbake: HG Fetch with username and password in urlVolker Vogelhuber2014-04-291-1/+1
* bitbake: Revert "fetch2: Cleanup file checksum generation"Richard Purdie2014-04-281-2/+5
* bitbake: fetch2: Cleanup file checksum generationJacob Kroon2014-04-271-5/+2
* bitbake: fetch2/git: Stop git from triggering fsync() callsRichard Purdie2014-04-271-2/+2
* bitbake: parse/ast: Optimise data finalisationRichard Purdie2014-04-231-3/+5
* bitbake: runqueue: Do not write out stamp files in dry_run modeRichard Purdie2014-04-231-1/+2
* bitbake: runqueue: Fix task weighting algorithmRichard Purdie2014-04-231-2/+2
* bitbake: runqueue: Fix handling of zero priority taskRichard Purdie2014-04-231-1/+1
* bitbake: bitbake: Update to version 1.23.0 for masterRichard Purdie2014-04-101-1/+1
* bitbake: bitbake: Update to version 1.22.0Richard Purdie2014-04-101-1/+1
* bitbake: cache: don't trigger reparse on recipes with wildcards in SRC_URIPaul Eggleton2014-04-101-1/+1
* bitbake: bitbake-selftest: add tests for local fetchingPaul Eggleton2014-04-091-0/+55