summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
2019-12-30bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón
2019-12-28bitbake: fetch2/clearcase: Fix tar command working directoryCHerzig@Gauselmann.de
2019-12-16bitbake: lib/bb: Optimise out debug messages from cookerRichard Purdie
2019-12-16bitbake: runqueue: Only call into the migrations function if migrations activeRichard Purdie
2019-12-16bitbake: runqueue: Optimise task filteringRichard Purdie
2019-12-16bitbake: runqueue: Optimise out pointless loop iterationRichard Purdie
2019-12-16bitbake: runqueue: Optimise task migration code slightlyRichard Purdie
2019-12-16bitbake: runqueue: Fix sstate task iteration performanceRichard Purdie
2019-12-16bitbake: siggen: Split get_tashhash for performanceRichard Purdie
2019-12-16bitbake: runqueue: Fix task mismatch failures from incorrect logicRichard Purdie
2019-12-16bitbake: runqueue: Rework process_possible_migrations() to improve performanceRichard Purdie
2019-12-16bitbake: bb.utils.fileslocked: don't leak files if yield throwsChris Laplante via bitbake-devel
2019-12-16bitbake: Bump minimum python version to 3.5Joshua Watt
2019-12-15bitbake: siggen: Fix performance issue in get_unihashRichard Purdie
2019-12-12bitbake: Revert "siggen: Fix hashequiv performance issues"Richard Purdie
2019-12-12bitbake: siggen: Fix hashequiv performance issuesRichard Purdie
2019-12-12bitbake: runqueue: Batch scenequeue updatesJoshua Watt
2019-12-09bitbake: siggen: Ensure new unihash propagates through the systemRichard Purdie
2019-12-06bitbake: siggen: Avoid taskhash mismatch errors for nostamp tasks when depend...Richard Purdie
2019-12-06bitbake: knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie
2019-12-04bitbake: runqueue: Add extra debugging when locked sigs mismatches occurRichard Purdie
2019-12-04bitbake: runqueue/siggen: Allow handling of equivalent hashesRichard 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: siggen: Fix hashequiv bug where new hash wasn't referenced correctlyRichard Purdie
2019-11-25bitbake: runqueue: Ensure failed harddependencies in scenequeue are accounted...Richard Purdie
2019-11-22bitbake: runqueue: Fix hash equivalence duplicate tasks runningRichard Purdie
2019-11-21bitbake: fetch2/clearcase: Fix warnings from python 3.8Richard Purdie
2019-11-21bitbake: utils: also use mmap for SHA256 and SHA1, for performanceRoss Burton
2019-11-21bitbake: tests: add test for the hashing functionsRoss Burton
2019-11-14bitbake: cooker: Remove a left-over comment about expanded_dataPeter Kjellerstedt
2019-11-07bitbake: fetch2/hg: Fix various runtime issuesVolker Vogelhuber
2019-11-07bitbake: runqueue: Improve sstate rehashing outputRichard Purdie
2019-11-05bitbake: fetch2: Ensure cached url data is matched to a datastoreRichard Purdie
2019-10-28bitbake: tests/fetch: add test for fetching shallow revsChristopher Larson
2019-10-28bitbake: fetch2/git: fetch shallow revs when neededChristopher Larson
2019-10-28bitbake: bitbake: ConfHandler: Use with to manage filehandle lifetimeOla x Nilsson
2019-10-09bitbake: bitbake: Update to version 1.44.0Richard Purdie
2019-10-02bitbake: bitbake: Bump verison 1.43.1 -> 1.43.2uninative-2.7Richard Purdie
2019-10-02bitbake: toaster: improve warnings when adding dependency to packagesDavid Reyna
2019-10-02bitbake: tests/runqueue: Fix hashserve shutdown raceRichard Purdie
2019-09-30bitbake: siggen: Remove full path from unitaskhashes keysRichard Purdie
2019-09-30bitbake: runqueue: Small performance optimisationRichard Purdie
2019-09-30bitbake: runqueue: Save unihashes more frequentlyRichard Purdie
2019-09-30bitbake: siggen: Avoid writing misleading sigdata filesRichard Purdie
2019-09-30bitbake: siggen/runqueue: Fix signature mismatch issuesRichard Purdie
2019-09-30bitbake: runqueue: Change task migration behaviour for rerunning setscene tasksRichard Purdie
2019-09-30bitbake: siggen: Ensure setscenetasks list is available to worker contextRichard Purdie
2019-09-30bitbake: runqueue: Fix task migration problemsRichard Purdie
2019-09-27bitbake: hashserv: Don't daemonize server processJoshua Watt