summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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-012-2/+2
* bitbake: utils: Refactor filemode variable conversion to a functionRichard Purdie2025-07-013-5/+30
* bitbake: tinfoil: add wait_for decorator and build_file_sync() helperRoss Burton2025-07-011-1/+134
* bitbake: doc: bitbake-user-manual-ref-variables: improve BB_PRESSURE_* docAntonin Godard2025-06-261-6/+64
* bitbake: doc: bitbake-user-manual-ref-variables: document BB_GIT_DEFAULT_DEST...Antonin Godard2025-06-261-0/+5
* 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: bitbake-user-manual: correctly reference UNPACKDIR when describing u...Alexander Kanavin2025-06-261-14/+7
* bitbake: toaster/tests: Fix automated testing failuresRichard Purdie2025-06-212-4/+6
* bitbake: parse/ast: add support for 'built-in' fragmentsAlexander Kanavin2025-06-203-5/+32
* 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-162-2/+2
* bitbake: bitbake-getvar: skip info output of bitbake for quiethongxu2025-06-161-0/+5
* 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: doc: update releases.rstAntonin Godard2025-06-121-4/+10
* bitbake: fetch/az: Add sanity check and clarify documentationRobbin Van Damme2025-06-022-2/+6
* 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
* bitbake: fetch2: Fix LFS object checkout in submodulesPhilip Lorenz2025-05-081-6/+5
* bitbake: fetch2: Fix incorrect lfs parametrization for submodulesPhilip Lorenz2025-05-081-1/+1
* bitbake: fetch2: Use git-lfs fetch to download objectsPhilip Lorenz2025-05-081-24/+1
* bitbake: fetch2: Simplify git LFS detectionPhilip Lorenz2025-05-081-11/+1
* bitbake: fetch2: Check for git-lfs existence before using itPhilip Lorenz2025-05-082-31/+68
* bitbake: tests/fetch: Move commonly used imports to topPhilip Lorenz2025-04-291-17/+2
* bitbake: fetch2: Clean up no longer used name parameterPhilip Lorenz2025-04-291-4/+4
* bitbake: doc: bitbake-user-manual-metadata: provide link to new docAntonin Godard2025-04-241-5/+2
* bitbake: doc: add a new Library Functions documentAntonin Godard2025-04-243-0/+67
* bitbake: lib/bb: format and improve logging docstringsAntonin Godard2025-04-241-6/+70
* bitbake: utils: format and improve docstringsAntonin Godard2025-04-241-148/+453
* bitbake: utils: lock_timeout_nocheck() ensure `l` is initializedMark Asselstine2025-04-241-0/+1
* bitbake: parse/ConfHandler: Add warning for deprecated whitespace usageRichard Purdie2025-04-161-2/+4
* bitbake: doc/bitbake-user-manual-metadata.rst: fix python task exampleAntonin Godard2025-04-101-2/+2
* bitbake: codeparser: Add function decorators for vardepsJoshua Watt2025-04-102-3/+44
* bitbake: fetch/git: correct typo in comment and stylePeter Marko2025-04-101-3/+3