summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: build: create_progress_handler: fix calling 'get' on NoneTypeChris Laplante2020-07-291-1/+1
* bitbake: build: print traceback if progress handler can't be createdChris Laplante2020-07-291-1/+7
* bitbake: server/process: Account for xmlrpc connectionsRichard Purdie2020-07-281-1/+1
* bitbake: server/process: Fix UI first connection trackingRichard Purdie2020-07-281-1/+3
* bitbake: bitbake: command: Handle multiconfig in findSigInfoJoshua Watt2020-07-251-3/+3
* bitbake: cooker: Handle multiconfig name mappings correctlyRichard Purdie2020-07-231-1/+1
* bitbake: cooker: Improve multiconfig configuration error reportingRichard Purdie2020-07-231-1/+6
* bitbake: build: Allow deltask to take multiple tasknamesRichard Purdie2020-07-213-10/+11
* bitbake: cooker: Fix unmatched files handling leading to misleading warningsRichard Purdie2020-07-213-32/+52
* bitbake: server/process: Fix note reference -> infoRichard Purdie2020-07-211-1/+1
* bitbake: server/process: Ensure UI-less servers don't sit in infinite loopsRichard Purdie2020-07-131-4/+15
* bitbake: server/process: Fix a rare lockfile raceRichard Purdie2020-07-121-1/+1
* bitbake: pyshyacc: allow double COMMA statementsKonrad Weihmann2020-07-121-0/+1
* bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie2020-07-121-1/+1
* bitbake: server/process: Increase timeout for commandsRichard Purdie2020-07-081-1/+3
* bitbake: ui/teamcity: don't use removed logging classesChris Laplante2020-07-081-2/+0
* bitbake: contrib/vim: synchronize from kergoth/vim-bitbake rev 4225ee8b4818d7...Chris Laplante2020-07-086-17/+96
* bitbake: lib/ui/taskexp: Fix missing Gtk importDavid Khouya2020-07-071-0/+1
* bitbake: lib/ui/taskexp: Validate gi importDavid Khouya2020-07-061-3/+9
* bitbake: msg: Avoid issues where paths have relative componentsRichard Purdie2020-06-281-1/+1
* bitbake: runqueue: Avoid unpickle errors in rare casesRichard Purdie2020-06-281-2/+7
* bitbake: siggen: Fix error when hash equivalence has an exceptionJoshua Watt2020-06-281-0/+1
* bitbake: hashserv: Chunkify large messagesJoshua Watt2020-06-284-41/+152
* bitbake: test/fetch: change to better svn sourceakuster2020-06-281-1/+1
* bitbake: taskdata: Improve handling of regex in ASSUME_PROVIDEDRichard Purdie2020-06-281-2/+7
* bitbake: bitbake-user-manual: update perforce fetcher docsAlexandru N. Onea2020-06-251-0/+60
* bitbake: perforce: add local path handling SRC_URI optionsAlexandru N. Onea2020-06-251-2/+45
* bitbake: perforce: add basic progress handler for perforceAlexandru N. Onea2020-06-251-1/+33
* bitbake: bitbake-user-manual: Add BBFILES_DYNAMICKonrad Weihmann2020-06-231-0/+61
* bitbake: cookerdata: Add BBFILES_DYNAMIC inverse modeKonrad Weihmann2020-06-231-2/+5
* bitbake: tests/fetch: Switch from git.infradead.org to a YP mirrorRichard Purdie2020-06-221-1/+2
* bitbake: cache: Bump cache versionJoshua Watt2020-06-191-1/+1
* bitbake: bitbake-user-manual: Remove TERM from BB_HASHBASE_WHITELIST exampleJacob Kroon2020-06-171-1/+1
* bitbake: bin/bitbake: Update to next series release versionRichard Purdie2020-06-162-2/+2
* bitbake: lib/bb/utils.py: Do not preserve TERM in the environmentJacob Kroon2020-06-161-1/+0
* bitbake: fetch2/gitsm: Make need_update() process submodulesPaul Barker2020-06-151-4/+35
* bitbake: fetch2/gitsm: Mark srcrev as fetched once all submodules are processedPaul Barker2020-06-151-3/+3
* bitbake: bitbake: cache: Fix error message with bad multiconfigJoshua Watt2020-06-151-1/+1
* bitbake: bitbake: tests: Add mcdepends testJoshua Watt2020-06-122-0/+31
* bitbake: bitbake: siggen: Pass all data caches to hash functionsJoshua Watt2020-06-122-19/+67
* bitbake: bitbake: cache: Fix error when cache is rebuiltJoshua Watt2020-06-101-3/+3
* bitbake: bitbake: command: Move split_mc_pn to runqueueJoshua Watt2020-06-102-7/+7
* bitbake: bitbake: tests: Add tests for BBMASK in multiconfigJoshua Watt2020-06-106-1/+28
* bitbake: bitbake: cache: Cache size optimizationJoshua Watt2020-06-102-11/+19
* bitbake: bitbake: cache: Improve loggingJoshua Watt2020-06-101-30/+35
* bitbake: bitbake: lib: Add PrefixLoggerAdapter helperJoshua Watt2020-06-101-0/+8
* bitbake: bitbake: lib: Add support for Logging AdaptersJoshua Watt2020-06-101-4/+38
* bitbake: bitbake: cache: Use multiconfig aware cachesJoshua Watt2020-06-102-52/+133
* bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt2020-06-107-91/+148
* bitbake: fetch2: Add the ability to list expanded URL dataPaul Barker2020-06-042-0/+46