summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: codeparser: Skip non-local functions for module dependenciesRichard Purdie2024-07-261-0/+5
* bitbake: codeparser/data: Ensure module function contents changing is account...Richard Purdie2024-07-262-12/+18
* bitbake: fetch2/wget: Fix failure path for files that are empty or don't existRichard Purdie2024-06-241-9/+9
* bitbake: tests/fetch: Tweak to work on Fedora40Richard Purdie2024-06-241-3/+3
* bitbake: fetch2/wget: Canonicalize DL_DIR paths for wget2 compatibilityRudolf J Streif2024-06-241-3/+4
* bitbake: tests/fetch: Tweak test to match upstream repo url changeRichard Purdie2024-06-141-1/+1
* bitbake: siggen: Enable batching of unihash queriesJoshua Watt2024-06-061-3/+6
* bitbake: bb: Use namedtuple for Task dataJoshua Watt2024-06-062-18/+39
* bitbake: runqueue: Improve rehash get_unihash parallelismRichard Purdie2024-06-061-2/+10
* bitbake: runqueue: Process unihashes in parallel at initRichard Purdie2024-06-062-9/+10
* bitbake: siggen/runqueue: Report which dependencies affect the taskhashjoshua Watt2024-06-062-4/+6
* bitbake: runqueue: Allow rehash loop to exit in case of interruptsRichard Purdie2024-06-061-1/+3
* bitbake: runqueue: Add timing warnings around slow loopsRichard Purdie2024-06-061-0/+22
* bitbake: fetch2/gcp: Add missing runfetchcmd importSven Schwermer2024-05-291-0/+1
* bitbake: parse: Improve/fix cache invalidation via mtimeRichard Purdie2024-05-291-4/+8
* bitbake: cooker: Handle ImportError for websocketsjoshua Watt2024-05-291-1/+2
* bitbake: cooker: Use hash client to ping upstream serverjoshua Watt2024-05-021-4/+3
* 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
* bitbake: asyncrpc: include parse_address from hashservMichael Opdenacker2024-04-141-0/+23
* bitbake: wget: Make wget --passive-ftp option conditional on ftp/ftpsRob Woolley2024-04-111-1/+4
* bitbake: siggen: Add support for hashserve credentialsJoshua Watt2024-03-231-5/+16
* bitbake: fetch2/git: Install Git LFS in local repository configDerek Erdmann2024-03-221-1/+1
* bitbake: utils: better estimate number of available cpusFelix Moessbauer2024-03-221-1/+4
* bitbake: fetch2: Fix misleading "no output" msgViswanath Kraleti2024-03-221-1/+4
* bitbake: fetch2: handle URIs with single-valued query parametersRoss Burton2024-03-222-2/+17
* bitbake: lib/bb: support NO_COLORPeter A. Bigot2024-03-222-2/+2
* bitbake: bitbake: fetch2/git: Escape parentheses in git src namePhilippe Rivest2024-03-221-1/+1
* bitbake: bitbake-worker: allow '=' in environment variable valuesdavid d zuhn2024-03-221-1/+1
* bitbake: bitbake: improve descriptions of '-S printdiff'Alexander Kanavin2024-03-221-1/+3
* bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()Michael Opdenacker2024-03-051-1/+0
* bitbake: fetch/git: Avoid clean upon failureRichard Purdie2024-03-032-2/+12
* bitbake: taskexp_ncurses: fix execution example in introductory commentUlrich Ölmann2024-02-281-1/+1
* bitbake: asyncrpc: Add support for server headersJoshua Watt2024-02-272-3/+46
* bitbake: fetch2: Ensure that git LFS objects are availablePhilip Lorenz2024-02-232-6/+90
* bitbake: runqueue: Add support for BB_LOADFACTOR_MAXRichard Purdie2024-02-231-0/+16
* bitbake: Revert "bitbake: wget.py: always use the custom user agent"Alexander Kanavin2024-02-201-4/+3
* bitbake: fetch2/git: Make latest_versionstring extract tags with slashes corr...Peter Kjellerstedt2024-02-192-2/+9
* bitbake: fetch2/git: A bit of clean-up of latest_versionstring()Peter Kjellerstedt2024-02-191-11/+10
* bitbake: tests/fetch: Make test_git_latest_versionstring support a max versionPeter Kjellerstedt2024-02-191-11/+14
* bitbake: fetch2/git.py: add comment in try_premirrorsChen Qi2024-02-191-0/+5
* bitbake: tests/fetch.py: add test case for using premirror in restricted networkChen Qi2024-02-191-0/+19
* bitbake: fetch2/git.py: fix a corner case in try_premirrorChen Qi2024-02-191-0/+6
* bitbake: tests/fetch.py: add multiple fetches testPavel Zhukov2024-02-191-0/+18
* bitbake: fetch2/git.py: Fetch mirror into HEADPavel Zhukov2024-02-191-1/+5
* bitbake: tests/fetch: support git's safe.bareRepositoryAndré Draszik2024-02-191-2/+2
* bitbake: fetch/git2: support git's safe.bareRepositoryAndré Draszik2024-02-191-2/+2
* bitbake: bitbake: Bump version to 2.7.3 for hashserv changesRichard Purdie2024-02-191-1/+1
* bitbake: siggen: Add parallel unihash exist APIJoshua Watt2024-02-191-0/+32