summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: tests/fetch: Allow wget upgrade tests to run against a local serverRichard Purdie2020-09-0940-20/+7691
* bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie2020-09-081-1/+1
* bitbake: tests/fetch: Switch from git.infradead.org to a YP mirrorRichard Purdie2020-06-291-1/+2
* bitbake: lib/bb/utils.py: Preserve ownership of symlinkDaisuke Yamane2020-03-061-1/+1
* bitbake: cooker/siggen: Empty siggen cache during parsingRichard Purdie2020-02-182-1/+13
* bitbake: siggen: Avoid cache mismatch issues with locked sigsRichard Purdie2020-02-111-0/+4
* bitbake: siggen: Cache unihash values to avoid cache lookupRichard Purdie2020-02-111-5/+17
* bitbake: siggen: Optimise get_unihash disk based cache handlingRichard Purdie2020-02-111-18/+32
* bitbake: cooker/toaster: replaced deprecated method warn() with warning()Frazer Clews2020-02-112-4/+4
* bitbake: persist_data.py: Immediately get exclusive lock in __setitem__Chris Laplante2020-02-111-0/+3
* bitbake: fetch2/git: _revision_key: collapse adjacent slashesChris Laplante2020-02-111-1/+3
* bitbake: fetch2: do not suffix srcrev cache key with PNChris Laplante2020-02-111-2/+1
* bitbake: runqueue: Use a set for the setscene tasks listRichard Purdie2020-01-281-2/+2
* bitbake: knotty: Be consistent when creating/updating progress barsPeter Kjellerstedt2020-01-281-6/+6
* bitbake: knotty: Hide the footer if a process progress bar is shownPeter Kjellerstedt2020-01-281-1/+4
* bitbake: cooker: Keep track of watched files using a set instead of a listPeter Kjellerstedt2020-01-281-8/+8
* bitbake: cache: Lower debug level for wold build messagesRichard Purdie2020-01-111-3/+3
* bitbake: siggen: Test extra cross/native hashserv methodRichard Purdie2020-01-111-6/+21
* bitbake: runqueue: Fix task dependency corner case in sanity testRichard Purdie2020-01-111-1/+4
* bitbake: runqueue: Ensure task dependencies are run correctlyRichard Purdie2020-01-111-0/+6
* bitbake: runqueue: Fix equiv hash handling build failuresRichard Purdie2020-01-111-1/+2
* bitbake: prserv/serv: Use with while reading pidfileOla x Nilsson2020-01-111-7/+5
* bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón2020-01-113-6/+8
* bitbake: lib/bb: Optimise out debug messages from cookerRichard Purdie2020-01-111-0/+5
* bitbake: runqueue: Only call into the migrations function if migrations activeRichard Purdie2020-01-111-1/+2
* bitbake: runqueue: Optimise task filteringRichard Purdie2020-01-111-3/+2
* bitbake: runqueue: Optimise out pointless loop iterationRichard Purdie2020-01-111-9/+3
* bitbake: runqueue: Optimise task migration code slightlyRichard Purdie2020-01-111-8/+9
* bitbake: runqueue: Fix sstate task iteration performanceRichard Purdie2020-01-111-1/+5
* bitbake: siggen: Split get_tashhash for performanceRichard Purdie2020-01-112-9/+25
* bitbake: runqueue: Fix task mismatch failures from incorrect logicRichard Purdie2020-01-111-1/+1
* bitbake: runqueue: Rework process_possible_migrations() to improve performanceRichard Purdie2020-01-111-47/+56
* bitbake: bb.utils.fileslocked: don't leak files if yield throwsChris Laplante via bitbake-devel2020-01-111-4/+5
* bitbake: siggen: Fix performance issue in get_unihashRichard Purdie2020-01-111-3/+3
* bitbake: runqueue: Batch scenequeue updatesJoshua Watt2020-01-111-4/+7
* bitbake: siggen: Ensure new unihash propagates through the systemRichard Purdie2020-01-111-0/+1
* bitbake: siggen: Avoid taskhash mismatch errors for nostamp tasks when depend...Richard Purdie2020-01-111-4/+8
* bitbake: knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie2020-01-113-33/+43
* bitbake: runqueue: Add extra debugging when locked sigs mismatches occurRichard Purdie2020-01-111-0/+2
* bitbake: runqueue/siggen: Allow handling of equivalent hashesRichard Purdie2020-01-112-12/+45
* bitbake: hashserv: Add support for equivalent hash reportingRichard Purdie2020-01-112-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: runqueue: Ensure failed harddependencies in scenequeue are accounted...Richard Purdie2019-11-251-1/+8
* bitbake: runqueue: Improve sstate rehashing outputRichard Purdie2019-11-251-12/+16
* bitbake: siggen: Fix hashequiv bug where new hash wasn't referenced correctlyRichard Purdie2019-11-251-0/+1
* 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-251-4/+10
* bitbake: fetch2/clearcase: Fix warnings from python 3.8Richard Purdie2019-11-251-3/+3
* bitbake: utils: also use mmap for SHA256 and SHA1, for performanceRoss Burton2019-11-251-20/+14