summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: hashserv: validate unihash valuesAnders Heimer9 days2-1/+56
* bitbake: fetch2: Unpack RPMs with --no-absolute-filenamesAnders Heimer9 days1-2/+2
* bitbake: fetch2/git: quote shallow extra ref argumentsAnders Heimer9 days2-1/+31
* bitbake: fetch2: validate striplevel parameterAnders Heimer9 days2-1/+15
* bitbake: fetch2: validate deb/ipk data member namesAnders Heimer9 days2-3/+60
* bitbake: tests/fetch: Avoid using git protocol in testsRichard Purdie2026-05-151-2/+3
* bitbake: fetch/git: Fix leaking of temporary directoryRichard Purdie2026-05-151-8/+8
* bitbake: fetch2/crate: use CDN for fetching cratesJohan Anderholm2026-04-281-1/+4
* bitbake: runqueue.py: make sure we use bb multiprocessingTrevor Gamblin2026-04-281-1/+2
* bitbake: fetch2: Fix LFS object checkout in submodulesPhilip Lorenz2026-03-251-6/+5
* bitbake: fetch2: Fix incorrect lfs parametrization for submodulesPhilip Lorenz2026-03-251-1/+1
* bitbake: gitsm: Add clean functionRobert Yang2026-03-251-0/+13
* bitbake: fetch2: don't try to preserve all attributes when unpacking filesRoss Burton2026-03-251-1/+1
* bitbake: COW: Fix hardcoded magic numbers and work with python 3.13Richard Purdie2026-03-161-4/+6
* bitbake: knotty: Make sure getTerminalColumns() returns two integersZoltan Boszormenyi2026-02-161-1/+1
* bitbake: knotty: fix TIOCGWINSZ call for Python 3.14 and laterEnrico Scholz2026-02-161-1/+1
* bitbake: fetch2/wget: Keep query parameters in URL during checkstatusPhilippe-Alexandre Mathieu2025-11-141-2/+5
* bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()Bin Lan2025-11-141-1/+1
* bitbake: bitbake: Bump version to 2.8.1Martin Jansa2025-09-171-1/+1
* bitbake: Use a "fork" multiprocessing contextJoshua Watt2025-09-176-8/+34
* bitbake: utils: Optimise signal/sigmask performanceRichard Purdie2025-08-041-4/+13
* bitbake: bitbake: runqueue: Verify mcdepends are validMark Hatle2025-08-044-1/+14
* bitbake: test/fetch: Switch u-boot based test to use our own mirrorRichard Purdie2025-07-291-1/+1
* bitbake: ast: Change deferred inherits to happen per recipeRichard Purdie2025-06-111-9/+11
* bitbake: gcp.py: remove slow calls to gsutil statEtienne Cordonnier2025-06-111-7/+7
* bitbake: fetch2: Avoid deprecation warningRichard Purdie2025-06-051-1/+1
* bitbake: event/utils: Avoid deadlock from lock_timeout() and recursive eventsRichard Purdie2025-03-152-1/+24
* bitbake: utils: Add signal blocking for lock_timeoutRichard Purdie2025-03-151-0/+2
* bitbake: utils: Tweak lock_timeout logicRichard Purdie2025-03-151-1/+1
* bitbake: utils: Print information about lock issue before exitingRichard Purdie2025-03-151-0/+1
* bitbake: data_smart.py: clear expand_cache in _setvar_update_overridevarsChen Qi2025-03-081-0/+1
* bitbake: data_smart.py: simple clean upChen Qi2025-03-081-4/+1
* bitbake: data_smart.py: remove unnecessary ? from __expand_var_regexp__Chen Qi2025-03-081-1/+1
* bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48Richard Purdie2025-01-251-0/+2
* bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mcChris Laplante2025-01-243-12/+36
* bitbake: ui/knotty: respect NO_COLOR & check for tty; rename print_hyperlink ...Chris Laplante2025-01-241-5/+9
* bitbake: ui/knotty: print log paths for failed tasks in summaryChris Laplante2025-01-241-3/+13
* bitbake: runqueue: Fix scenetask processing performance issueRichard Purdie2024-12-091-1/+5
* bitbake: runqueue: Optimise setscene loop processingRichard Purdie2024-12-091-2/+8
* bitbake: runqueue: Fix performance of multiconfigs with large overlapRichard Purdie2024-12-091-2/+4
* bitbake: fetch2: use persist_data context managersChris Laplante2024-12-061-31/+31
* bitbake: persist_data: close connection in SQLTable __exit__Chris Laplante2024-12-061-0/+1
* bitbake: fetch/wget: Increase timeout to 100s from 30sRichard Purdie2024-12-061-2/+2
* bitbake: Remove custom exception backtrace formattingJoshua Watt2024-12-065-121/+25
* bitbake: fetch2/git: Use quote from shlex, not pipesRichard Purdie2024-11-281-2/+1
* bitbake: tests/fetch: Use our own mirror of mobile-broadband-provider to deco...Richard Purdie2024-11-021-1/+1
* bitbake: tests/fetch: Use our own mirror of sysprof to decouple from gnome gi...Richard Purdie2024-11-021-1/+1
* bitbake: gitsm: Remove downloads/tmpdir when failedRobert Yang2024-11-021-3/+5
* bitbake: gitsm: Add call_process_submodules() to remove duplicated codeRobert Yang2024-11-021-28/+14
* bitbake: asyncrpc: Use client timeout for websocket open timeoutJoshua Watt2024-10-301-1/+5