summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: data_smart: Improve performance for VariableHistoryRobert Yang2024-08-031-5/+3
* bitbake: fetch2/git: Enforce default remote name to "origin"Yuri D'Elia2024-07-131-1/+1
* bitbake: bitbake: tests/fetch: Update GitShallowTest for clone_shallow_local()Robert Yang2024-07-131-5/+8
* bitbake: fetch2/git: Use git shallow fetch to implement clone_shallow_local()Robert Yang2024-07-131-26/+52
* bitbake: fetch/wget: checkstatus: drop shared connecton when catch Timeout errory75zhang2024-07-041-1/+6
* bitbake: fetch/clearcase: remove True option to getVar calls in clearcase modulePeter Marko2024-07-021-2/+2
* bitbake: codeparser: Skip non-local functions for module dependenciesRichard Purdie2024-07-011-0/+5
* bitbake: codeparser/data: Ensure module function contents changing is account...Richard Purdie2024-07-012-12/+18
* bitbake: cache: Remove invalid symlink for bb_cache.datRobert Yang2024-06-251-1/+1
* bitbake: siggen: catch FileNotFoundError everywhere and ConnectionError also ...Martin Jansa2024-06-181-7/+10
* bitbake: fetch2/wget: Canonicalize DL_DIR paths for wget2 compatibilityRudolf J Streif2024-06-071-3/+4
* bitbake: runqueue: Avoid save_unitaskhashesRichard Purdie2024-06-071-3/+0
* bitbake: siggen: Drop copy_unihashes functionRichard Purdie2024-06-071-6/+0
* bitbake: tests/fetch: Tweak test to match upstream repo url changeRichard Purdie2024-06-051-1/+1
* bitbake: asyncrpc: Use client timeout for websocket open timeoutJoshua Watt2024-06-041-1/+5
* bitbake: tests/fetch: Tweak to work on Fedora40Richard Purdie2024-05-311-3/+3
* bitbake: fetch2/wget: Fix failure path for files that are empty or don't existRichard Purdie2024-05-311-9/+9
* bitbake: siggen: Batch unihash_exists checksJoshua Watt2024-05-311-7/+7
* bitbake: asyncrpc: Remove ClientPoolJoshua Watt2024-05-312-76/+2
* bitbake: siggen: Drop client pool supportJoshua Watt2024-05-311-38/+15
* bitbake: bitbake: Drop older python version compatibility codeRichard Purdie2024-05-314-29/+6
* bitbake: cooker: Improve handling errors during parsing when profilingRichard Purdie2024-05-311-4/+5
* bitbake: hashserv: server: Add support for SO_REUSEPORTJoshua Watt2024-05-301-7/+27
* bitbake: siggen: Enable batching of unihash queriesJoshua Watt2024-05-301-3/+6
* bitbake: bb: Use namedtuple for Task dataJoshua Watt2024-05-282-18/+39
* bitbake: runqueue: Improve rehash get_unihash parallelismRichard Purdie2024-05-281-2/+10
* bitbake: runqueue: Process unihashes in parallel at initRichard Purdie2024-05-282-9/+10
* bitbake: runqueue: Allow rehash loop to exit in case of interruptsRichard Purdie2024-05-281-1/+3
* bitbake: runqueue: Add timing warnings around slow loopsRichard Purdie2024-05-281-0/+22
* bitbake: ui/buildinfohelper: Add exception treatment to fix missing target_fileMarlon Rodriguez Garcia2024-05-281-1/+4
* bitbake: fetch/npmsw: The fetcher shouldn't have any knowledge of SRichard Purdie2024-05-231-1/+1
* bitbake: tests.codeparser: add tests for shell expansionsAntonin Godard2024-05-211-0/+40
* bitbake: codeparser: remove redundant list conversionAntonin Godard2024-05-211-1/+1
* bitbake: codeparser: support shell substitutions in quotesAntonin Godard2024-05-211-7/+22
* bitbake: cooker: Ensure generateTaskDepTreeData fails for NoProviderRichard Purdie2024-05-171-3/+3
* bitbake: parse: Improve/fix cache invalidation via mtimeRichard Purdie2024-05-161-4/+8
* bitbake: asyncrpc/client: Fix websockets minimum version for python 3.10Richard Purdie2024-05-161-1/+3
* bitbake: bitbake: update to version 2.9.1Richard Purdie2024-05-081-1/+1
* bitbake: asyncrpc: Check websockets versionjoshua Watt2024-05-081-0/+22
* bitbake: cooker: Handle ImportError for websocketsjoshua Watt2024-05-081-1/+2
* bitbake: siggen/runqueue: Report which dependencies affect the taskhashjoshua Watt2024-05-082-4/+6
* bitbake: fetch2/svn: Fix mirroring issue with svnKari Sivonen2024-05-082-1/+12
* bitbake: build: Handle conflict between cwd and cleandirsRichard Purdie2024-05-081-0/+2
* bitbake: fetch2/crate: add upstream latest version check functionAlexander Kanavin2024-05-082-0/+25
* bitbake: cooker: Use hash client to ping upstream serverjoshua Watt2024-05-021-4/+3
* bitbake: fetch2/gcp: Add missing runfetchcmd importSven Schwermer2024-04-201-0/+1
* bitbake: bitbake: Bump to version 2.9.0 development version postreleaseRichard Purdie2024-04-161-1/+1
* bitbake: bitbake: Bump to version 2.8.0Richard Purdie2024-04-161-1/+1
* bitbake: siggen: Capture SSL environment for hashserverJoshua Watt2024-04-161-24/+70
* bitbake: BBHandler: Handle unclosed functions correctlyRichard Purdie2024-04-141-1/+7