summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch/az: Add sanity check and clarify documentationRobbin Van Damme6 days2-2/+6
* bitbake: toaster/tests/buildtest: Switch to new CDNRichard Purdie10 days1-1/+1
* bitbake: tests/fetch: Add test case to check shallow cloning using `PREMIRRORS`Koch, Stefan12 days1-0/+27
* bitbake: fetch2: Ensure a valid symlink in `PREMIRRORS` case when using shall...Stefan Koch12 days2-1/+16
* bitbake: fetch2: Move the `ensure_symlink()` function into the `FetchMethod` ...Stefan Koch12 days1-19/+17
* bitbake: fetch2: add support for .debs containing uncompressed data tarballsIsaac True12 days1-2/+2
* bitbake: runqueue: Optimize loop in scenequeue data constructionBenjamin Szőke13 days1-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
* bitbake: fetch/git: always fetch lfs when creating shallow tarballPeter Marko2025-04-101-3/+2
* bitbake: bitbake: tests/fetch: Fix git PREMIRRORONLY testJulian Haller2025-04-101-3/+4
* bitbake: bitbake: fetch: Fix BB_FETCH_PREMIRRORONLY for git mirror tarballsJulian Haller2025-04-101-0/+4
* bitbake: fetch2/git: Handle srcrevs for annotated tags in tag checkRichard Purdie2025-04-032-1/+13
* bitbake: bitbake: Update version to 2.12.0 for releaseRichard Purdie2025-03-292-2/+2
* bitbake: tests/fetch: add a test for download paths without a proper filenameRoss Burton2025-03-272-0/+3534
* bitbake: tests/fetch: support setting PV in the wget fetcherRoss Burton2025-03-271-1/+2
* bitbake: tests/fetch: use a namedtuple for the wget test dataRoss Burton2025-03-271-22/+24
* bitbake: bb/tests: use subtests when looping in a test caseRoss Burton2025-03-271-32/+35
* bitbake: fetch2/wget: use long arguments for clarityRoss Burton2025-03-271-5/+5
* bitbake: fetch2/wget: don't conditionalise --continueRoss Burton2025-03-271-6/+1
* bitbake: fetch2/wget: consider downloadfilename when checking for upstreamRoss Burton2025-03-271-1/+5
* bitbake: fetch2/gomod: Fix mirroring problemChristian Lindeberg2025-03-272-13/+31
* bitbake: bitbake: Bump version to 2.9.2Richard Purdie2025-03-252-2/+2
* bitbake: Revert "bblayers/query: Fix using "removeprefix" string method"Richard Purdie2025-03-241-2/+1
* bitbake: fetch: Drop multiple branch/revision support for single git urlsRichard Purdie2025-03-205-281/+139
* bitbake: lib/bb: Bump minimum python version requirement to 3.9Richard Purdie2025-03-201-2/+2
* bitbake: tests/fetch: Fix typo in npm testRichard Purdie2025-03-191-1/+1
* bitbake: tests/fetch: Add git tag verification testsRichard Purdie2025-03-191-0/+59
* bitbake: fetch/git: Ensure tags work with shallow clonesRichard Purdie2025-03-191-0/+2