summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2020-02-18bitbake: cooker/siggen: Empty siggen cache during parsingRichard Purdie
2020-02-11bitbake: siggen: Avoid cache mismatch issues with locked sigsRichard Purdie
2020-02-11bitbake: siggen: Cache unihash values to avoid cache lookupRichard Purdie
2020-02-11bitbake: siggen: Optimise get_unihash disk based cache handlingRichard Purdie
2020-02-11bitbake: cooker/toaster: replaced deprecated method warn() with warning()Frazer Clews
2020-02-11bitbake: persist_data.py: Immediately get exclusive lock in __setitem__Chris Laplante
2020-02-11bitbake: fetch2/git: _revision_key: collapse adjacent slashesChris Laplante
2020-02-11bitbake: fetch2: do not suffix srcrev cache key with PNChris Laplante
2020-01-28bitbake: runqueue: Use a set for the setscene tasks listRichard Purdie
2020-01-28bitbake: knotty: Be consistent when creating/updating progress barsPeter Kjellerstedt
2020-01-28bitbake: knotty: Hide the footer if a process progress bar is shownPeter Kjellerstedt
2020-01-28bitbake: cooker: Keep track of watched files using a set instead of a listPeter Kjellerstedt
2020-01-11bitbake: cache: Lower debug level for wold build messagesRichard Purdie
2020-01-11bitbake: siggen: Test extra cross/native hashserv methodRichard Purdie
2020-01-11bitbake: runqueue: Fix task dependency corner case in sanity testRichard Purdie
2020-01-11bitbake: runqueue: Ensure task dependencies are run correctlyRichard Purdie
2020-01-11bitbake: runqueue: Fix equiv hash handling build failuresRichard Purdie
2020-01-11bitbake: prserv/serv: Use with while reading pidfileOla x Nilsson
2020-01-11bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón
2020-01-11bitbake: lib/bb: Optimise out debug messages from cookerRichard Purdie
2020-01-11bitbake: runqueue: Only call into the migrations function if migrations activeRichard Purdie
2020-01-11bitbake: runqueue: Optimise task filteringRichard Purdie
2020-01-11bitbake: runqueue: Optimise out pointless loop iterationRichard Purdie
2020-01-11bitbake: runqueue: Optimise task migration code slightlyRichard Purdie
2020-01-11bitbake: runqueue: Fix sstate task iteration performanceRichard Purdie
2020-01-11bitbake: siggen: Split get_tashhash for performanceRichard Purdie
2020-01-11bitbake: runqueue: Fix task mismatch failures from incorrect logicRichard Purdie
2020-01-11bitbake: runqueue: Rework process_possible_migrations() to improve performanceRichard Purdie
2020-01-11bitbake: bb.utils.fileslocked: don't leak files if yield throwsChris Laplante via bitbake-devel
2020-01-11bitbake: siggen: Fix performance issue in get_unihashRichard Purdie
2020-01-11bitbake: runqueue: Batch scenequeue updatesJoshua Watt
2020-01-11bitbake: siggen: Ensure new unihash propagates through the systemRichard Purdie
2020-01-11bitbake: siggen: Avoid taskhash mismatch errors for nostamp tasks when depend...Richard Purdie
2020-01-11bitbake: knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie
2020-01-11bitbake: runqueue: Add extra debugging when locked sigs mismatches occurRichard Purdie
2020-01-11bitbake: runqueue/siggen: Allow handling of equivalent hashesRichard Purdie
2020-01-11bitbake: hashserv: Add support for equivalent hash reportingRichard Purdie
2019-11-29bitbake: runqueue.py: not show warning for deferred multiconfig taskKai Kang
2019-11-27bitbake: tests/runqueue: Fix to match recent task migration fixesRichard Purdie
2019-11-25bitbake: runqueue: Ensure failed harddependencies in scenequeue are accounted...Richard Purdie
2019-11-25bitbake: runqueue: Improve sstate rehashing outputRichard Purdie
2019-11-25bitbake: siggen: Fix hashequiv bug where new hash wasn't referenced correctlyRichard Purdie
2019-11-25bitbake: prserv/serv: Only restart the server if settings changeRichard Purdie
2019-11-25bitbake: runqueue: Fix hash equivalence duplicate tasks runningRichard Purdie
2019-11-25bitbake: fetch2/clearcase: Fix warnings from python 3.8Richard Purdie
2019-11-25bitbake: utils: also use mmap for SHA256 and SHA1, for performanceRoss Burton
2019-11-25bitbake: tests: add test for the hashing functionsRoss Burton
2019-11-25bitbake: cooker: Remove a left-over comment about expanded_dataPeter Kjellerstedt
2019-11-25bitbake: prserv: fix ResourceWarning due to unclosed socketGavin Li
2019-11-25bitbake: fetch2/hg: Fix various runtime issuesVolker Vogelhuber