summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: build: make shell traps less chatty when 'bitbake -v' is useduninative-2.9Chris Laplante2020-08-211-2/+3
* bitbake: build: print a backtrace with the original metadata locations of Bas...Chris Laplante2020-08-152-1/+60
* bitbake: build: print a backtrace when a Bash shell function failsChris Laplante2020-08-151-11/+50
* bitbake: server/process: Add extra logfile flushingRichard Purdie2020-08-131-13/+22
* bitbake: server/process: Pass timeout/xmlrpc parameters directly to the serverRichard Purdie2020-08-131-4/+5
* bitbake: server/process: Simplfy idle callback handler functionRichard Purdie2020-08-134-14/+9
* bitbake: server/process: Remove pointless process forkingRichard Purdie2020-08-131-3/+2
* bitbake: data: emit filename/lineno information for shell functionsChris Laplante2020-08-081-0/+6
* bitbake: tests/color: add test suite for ANSI color code filteringChris Laplante2020-08-082-0/+96
* bitbake: progress: filter ANSI escape codes before looking for progress textChris Laplante2020-08-081-3/+22
* bitbake: progress: fix hypothetical NameError if 'progress' isn't setChris Laplante2020-08-081-3/+5
* bitbake: progress: modernize syntax, formatChris Laplante2020-08-081-10/+17
* 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