summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: 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
* bitbake: tests: add test for the hashing functionsRoss Burton2019-11-251-0/+26
* bitbake: cooker: Remove a left-over comment about expanded_dataPeter Kjellerstedt2019-11-251-4/+0
* bitbake: fetch2/hg: Fix various runtime issuesVolker Vogelhuber2019-11-251-10/+17
* bitbake: tests/fetch: add test for fetching shallow revsChristopher Larson2019-11-251-0/+20
* bitbake: fetch2/git: fetch shallow revs when neededChristopher Larson2019-11-251-7/+16
* bitbake: fetch2: Ensure cached url data is matched to a datastoreRichard Purdie2019-11-131-2/+2
* bitbake: bitbake: Update to version 1.44.0Richard Purdie2019-10-091-1/+1
* bitbake: bitbake: Bump verison 1.43.1 -> 1.43.2uninative-2.7Richard Purdie2019-10-021-1/+1
* bitbake: toaster: improve warnings when adding dependency to packagesDavid Reyna2019-10-021-0/+10
* bitbake: tests/runqueue: Fix hashserve shutdown raceRichard Purdie2019-10-021-0/+12
* bitbake: siggen: Remove full path from unitaskhashes keysRichard Purdie2019-09-301-2/+2
* bitbake: runqueue: Small performance optimisationRichard Purdie2019-09-301-0/+2
* bitbake: runqueue: Save unihashes more frequentlyRichard Purdie2019-09-301-0/+1
* bitbake: siggen: Avoid writing misleading sigdata filesRichard Purdie2019-09-301-1/+2
* bitbake: siggen/runqueue: Fix signature mismatch issuesRichard Purdie2019-09-302-2/+7
* bitbake: runqueue: Change task migration behaviour for rerunning setscene tasksRichard Purdie2019-09-302-4/+5
* bitbake: siggen: Ensure setscenetasks list is available to worker contextRichard Purdie2019-09-301-2/+3
* bitbake: runqueue: Fix task migration problemsRichard Purdie2019-09-302-133/+55
* bitbake: hashserv: Don't daemonize server processJoshua Watt2019-09-271-1/+0
* bitbake: siggen: Fix attribute error when hashserver failsJoshua Watt2019-09-271-2/+2
* bitbake: cookerdata: Add mc conffiles hashes to cache hashJoshua Watt2019-09-271-1/+5
* bitbake: tests/data: Test combinations of _append together with overrideJacob Kroon2019-09-271-0/+13
* bitbake: tests/fetch: add test case for git-lfs handlingRoss Burton2019-09-271-0/+80
* bitbake: fetch2/git: refactor check for git-lfs commandRoss Burton2019-09-271-8/+9
* bitbake: utils: Add ionice option to prunedirRichard Purdie2019-09-191-4/+7
* bitbake: runqueue: validate_hashes(): currentcount should be a numberRobert Yang2019-09-191-3/+3
* bitbake: fetch2/git: add git-lfs toggle optionRoss Burton2019-09-191-7/+11
* bitbake: svn fetcher: allow "svn propget svn:externals" to failMikko Rapeli2019-09-181-1/+1
* bitbake: bitbake: Rework hash equivalenceJoshua Watt2019-09-184-64/+50
* bitbake: runqueue/siggen: Optimise hash equiv queriesRichard Purdie2019-09-162-0/+11
* bitbake: Revert "bitbake: cooker: Ensure bbappends are found in stable order"Martin Jansa2019-09-161-1/+0
* bitbake: bitbake: cooker: Ensure bbappends are found in stable orderWes Lindauer2019-09-071-0/+1
* bitbake: fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa2019-09-031-1/+2
* bitbake: utils: Fix movefile() exception handling with python3Martin Jansa2019-09-031-1/+1
* bitbake: tests/fetch: Resolve fetch error in bitbake-selftestArmin Kuster2019-09-011-2/+2
* bitbake: cooker.py: remove generation of recipe-depends.dotChen Qi2019-08-281-21/+4