summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Update version to 2.15.2Richard Purdie3 days1-1/+1
* bitbake: runqueue: use enum to represent runQueue state to improve readabilityChris Laplante3 days1-44/+46
* bitbake: event/runqueue: remove unused 'd' arg from check_for_interruptsChris Laplante3 days2-17/+17
* bitbake: cooker: remove some redundant control flowChris Laplante3 days1-4/+1
* bitbake: Add bb.utils.explode_deps as a filter functionJoshua Watt3 days1-0/+2
* bitbake: data_smart: Add setVarFilter function to implement variabl filteringRichard Purdie3 days1-0/+19
* bitbake: lib/bb: Add filter supportJoshua Watt3 days2-0/+230
* bitbake: cooker: Ignore KeyErrors during shutdownRichard Purdie11 days1-0/+5
* bitbake: fetch2/git: ignore comments in .gitattributes when detecting LFSGyorgy Sarvari2025-07-311-1/+1
* bitbake: fetch2/wget: Keep query parameters in URL during checkstatusPhilippe-Alexandre Mathieu2025-07-281-1/+4
* bitbake: sigen: Avoid bitbake abort with EOFerror from an incomplete hashserv...Pedro Ferreira2025-07-231-3/+3
* bitbake: utils: Remove multiprocessingpoolJoshua Watt2025-07-231-16/+0
* bitbake: Use a "fork" multiprocessing contextJoshua Watt2025-07-237-9/+35
* bitbake: test/fetch: Switch u-boot based test to use our own mirrorRichard Purdie2025-07-221-1/+1
* bitbake: utils: Split profile reports into separate filesRichard Purdie2025-07-212-13/+27
* bitbake: utils: Optimise signal/sigmask performanceRichard Purdie2025-07-211-4/+13
* bitbake: main: Add an option to specify what to profileRichard Purdie2025-07-173-6/+8
* bitbake: event: Fix an event duplication raceRichard Purdie2025-07-171-2/+5
* bitbake: cooker/process/utils: Create profiling common function to remove cod...Richard Purdie2025-07-173-49/+31
* bitbake: asyncrpc: Avoid file not found traceback in logsRichard Purdie2025-07-171-1/+4
* bitbake: bitbake/tests: fix typo in testGyorgy Sarvari2025-07-141-1/+1
* bitbake: cooker: Use shared counter for processing parser jobsJoshua Watt2025-07-091-12/+18
* bitbake: cooker: Add better parse debugRichard Purdie2025-07-071-1/+1
* bitbake: cooker: Try and avoid parsing hangsRichard Purdie2025-07-071-9/+15
* bitbake: bitbake: Bump version to 2.15.1Richard Purdie2025-07-011-1/+1
* bitbake: utils: Refactor filemode variable conversion to a functionRichard Purdie2025-07-012-0/+28
* bitbake: tinfoil: add wait_for decorator and build_file_sync() helperRoss Burton2025-07-011-1/+134
* bitbake: fetch2/git: Add tag to shallow clone tarball nameRichard Purdie2025-06-261-2/+2
* bitbake: fetch2/git: Improve shallow clone tag fetchingRichard Purdie2025-06-261-1/+1
* bitbake: toaster/tests: Fix automated testing failuresRichard Purdie2025-06-212-4/+6
* bitbake: parse/ast: add support for 'built-in' fragmentsAlexander Kanavin2025-06-202-3/+15
* bitbake: fetch2/git: allow overriding default unpack directory with a variableAlexander Kanavin2025-06-201-1/+1
* bitbake: bitbake: Bump to version 2.15.0Richard Purdie2025-06-161-1/+1
* bitbake: ast/BBHandler: Add support for BB_DEFER_BBCLASSESRichard Purdie2025-06-162-6/+12
* bitbake: event: Add event for deferred inheritsRichard Purdie2025-06-162-0/+13
* bitbake: ast: Change deferred inherits to happen per recipeRichard Purdie2025-06-161-9/+11
* bitbake: fetch/az: Add sanity check and clarify documentationRobbin Van Damme2025-06-021-0/+4
* bitbake: toaster/tests/buildtest: Switch to new CDNRichard Purdie2025-05-291-1/+1
* bitbake: tests/fetch: Add test case to check shallow cloning using `PREMIRRORS`Koch, Stefan2025-05-281-0/+27
* bitbake: fetch2: Ensure a valid symlink in `PREMIRRORS` case when using shall...Stefan Koch2025-05-282-1/+16
* bitbake: fetch2: Move the `ensure_symlink()` function into the `FetchMethod` ...Stefan Koch2025-05-281-19/+17
* bitbake: fetch2: add support for .debs containing uncompressed data tarballsIsaac True2025-05-281-2/+2
* bitbake: runqueue: Optimize loop in scenequeue data constructionBenjamin Szőke2025-05-271-2/+1
* bitbake: hashserv: Fix deprecation warning about sqlite adapterJoshua Watt2025-05-191-0/+17
* bitbake: toaster/tests: Update after release numbering changesRichard Purdie2025-05-161-1/+1
* bitbake: knotty: pass failed task logs through the log infrastructureYoann Congal2025-05-161-3/+3
* bitbake: toaster/fixtures: Add whinlatter, drop styheadRichard Purdie2025-05-153-34/+97
* bitbake: lib/bb/tests/fetch: add a test case to ensure git shallow fetch work...Chen Qi2025-05-151-0/+13
* bitbake: fetch2/git: fix shallow clone for tag containing slashChen Qi2025-05-151-1/+1
* bitbake: tests/fetch: Test gitsm with LFSPhilip Lorenz2025-05-081-11/+111