summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón2019-12-303-6/+8
* bitbake: fetch2/clearcase: Fix tar command working directoryCHerzig@Gauselmann.de2019-12-281-1/+1
* bitbake: lib/bb: Optimise out debug messages from cookerRichard Purdie2019-12-161-0/+5
* bitbake: runqueue: Only call into the migrations function if migrations activeRichard Purdie2019-12-161-1/+2
* bitbake: runqueue: Optimise task filteringRichard Purdie2019-12-161-3/+2
* bitbake: runqueue: Optimise out pointless loop iterationRichard Purdie2019-12-161-9/+3
* bitbake: runqueue: Optimise task migration code slightlyRichard Purdie2019-12-161-8/+9
* bitbake: runqueue: Fix sstate task iteration performanceRichard Purdie2019-12-161-1/+5
* bitbake: siggen: Split get_tashhash for performanceRichard Purdie2019-12-162-9/+25
* bitbake: runqueue: Fix task mismatch failures from incorrect logicRichard Purdie2019-12-161-1/+1
* bitbake: runqueue: Rework process_possible_migrations() to improve performanceRichard Purdie2019-12-161-47/+56
* bitbake: bb.utils.fileslocked: don't leak files if yield throwsChris Laplante via bitbake-devel2019-12-161-4/+5
* bitbake: Bump minimum python version to 3.5Joshua Watt2019-12-161-2/+2
* bitbake: siggen: Fix performance issue in get_unihashRichard Purdie2019-12-151-3/+3
* bitbake: Revert "siggen: Fix hashequiv performance issues"Richard Purdie2019-12-121-13/+14
* bitbake: siggen: Fix hashequiv performance issuesRichard Purdie2019-12-121-14/+13
* bitbake: runqueue: Batch scenequeue updatesJoshua Watt2019-12-121-4/+7
* bitbake: siggen: Ensure new unihash propagates through the systemRichard Purdie2019-12-091-0/+1
* bitbake: siggen: Avoid taskhash mismatch errors for nostamp tasks when depend...Richard Purdie2019-12-061-4/+8
* bitbake: knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie2019-12-063-33/+43
* bitbake: runqueue: Add extra debugging when locked sigs mismatches occurRichard Purdie2019-12-041-0/+2
* bitbake: runqueue/siggen: Allow handling of equivalent hashesRichard Purdie2019-12-042-12/+45
* bitbake: hashserv: Add support for equivalent hash reportingRichard Purdie2019-12-042-0/+44
* bitbake: runqueue.py: not show warning for deferred multiconfig taskKai Kang2019-11-291-1/+1
* bitbake: tests/runqueue: Fix to match recent task migration fixesRichard Purdie2019-11-271-1/+1
* bitbake: siggen: Fix hashequiv bug where new hash wasn't referenced correctlyRichard Purdie2019-11-251-0/+1
* bitbake: runqueue: Ensure failed harddependencies in scenequeue are accounted...Richard Purdie2019-11-251-1/+8
* bitbake: prserv/serv: Only restart the server if settings changeRichard Purdie2019-11-251-7/+13
* bitbake: runqueue: Fix hash equivalence duplicate tasks runningRichard Purdie2019-11-221-4/+10
* bitbake: contrib/vim/indent/bitbake.vim: move it to correct directoryYi Zhao2019-11-221-0/+0
* bitbake: fetch2/clearcase: Fix warnings from python 3.8Richard Purdie2019-11-211-3/+3
* bitbake: utils: also use mmap for SHA256 and SHA1, for performanceRoss Burton2019-11-211-20/+14
* bitbake: tests: add test for the hashing functionsRoss Burton2019-11-211-0/+26
* bitbake: cooker: Remove a left-over comment about expanded_dataPeter Kjellerstedt2019-11-141-4/+0
* bitbake: prserv: fix ResourceWarning due to unclosed socketGavin Li2019-11-141-0/+1
* bitbake: contrib/vim: Add copyright and license noticeChris Laplante via bitbake-devel2019-11-071-0/+7
* bitbake: contrib/vim: handle shell indentingChris Laplante via bitbake-devel2019-11-071-1/+13
* bitbake: contrib/vim: indenting for assignments; tweak Python indentingChris Laplante via bitbake-devel2019-11-071-3/+53
* bitbake: contrib/vim: renaming & commentsChris Laplante via bitbake-devel2019-11-071-3/+4
* bitbake: contrib/vim: don't redeclare indenterChris Laplante via bitbake-devel2019-11-071-0/+4
* bitbake: contrib/vim: Special handling of bb.fatalChris Laplante via bitbake-devel2019-11-071-1/+1
* bitbake: contrib/vim: More Python indenting; move indent file to correct dire...Chris Laplante via bitbake-devel2019-11-071-0/+21
* bitbake: fetch2/hg: Fix various runtime issuesVolker Vogelhuber2019-11-071-10/+17
* bitbake: bitbake-worker child process create group before registering SIGTERM...Ivan Efimov2019-11-071-3/+5
* bitbake: runqueue: Improve sstate rehashing outputRichard Purdie2019-11-071-12/+16
* bitbake: fetch2: Ensure cached url data is matched to a datastoreRichard Purdie2019-11-051-2/+2
* bitbake: tests/fetch: add test for fetching shallow revsChristopher Larson2019-10-281-0/+20
* bitbake: fetch2/git: fetch shallow revs when neededChristopher Larson2019-10-281-7/+16
* bitbake: bitbake: ConfHandler: Use with to manage filehandle lifetimeOla x Nilsson2019-10-281-23/+23
* bitbake: bitbake: prserv/serv: Use with while reading pidfileOla x Nilsson2019-10-281-3/+2