summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: fetch/git: Rework tag parameter handlingRichard Purdie2025-03-193-14/+17
* bitbake: tests/fetch: Add missing branch parameter to testsRichard Purdie2025-03-191-23/+23
* bitbake: tinfoil: Track data during finalizeDataYoann Congal2025-03-181-1/+2
* bitbake: tinfoil: Refactor temporary data tracking in a context managerYoann Congal2025-03-181-7/+18
* bitbake: fetch2/git: Restore escape quoting for the git url when usedPatrik Nordvall2025-03-182-1/+5
* bitbake: data_smart: Ensure module dependency changes invalidate the base con...Richard Purdie2025-03-131-0/+5
* bitbake: hashserv: Add `gc-mark-stream` command for batch hash markingAlexandre Marques2025-03-134-0/+124
* bitbake: bitbake-server/worker: Hide os.fork() deprecation warningRichard Purdie2025-03-112-0/+2
* bitbake: doc: bitbake-user-manual-metadata: document the include_all directiveAntonin Godard2025-03-111-0/+27
* bitbake: command: Fix command complete event orderingRichard Purdie2025-03-111-2/+2
* bitbake: cooker: Add debug for parsing being completeRichard Purdie2025-03-111-0/+1
* bitbake: doc: bitbake-user-manual-ref-variables: document BB_USE_HOME_NPMRCEric Meyers2025-03-091-0/+6
* bitbake: fetch2/npm: Adding npmrc support for private registry authenticationEric Meyers2025-03-091-0/+15
* bitbake: codeparser: Skipping typing when inspecting Python modulesPedro Ferreira2025-03-091-2/+10
* bitbake: tests/fetch: Verify regular expression "URLs" that contain a ?Peter Kjellerstedt2025-03-071-3/+6
* bitbake: fetch2: Partial revert decodeurl() to not use the URI classStefan Herbrechtsmeier2025-03-071-3/+51
* bitbake: data_smart.py: clear expand_cache in _setvar_update_overridevarsChen Qi2025-03-061-0/+1
* bitbake: data_smart.py: simple clean upChen Qi2025-03-061-3/+1
* bitbake: data_smart.py: remove unnecessary ? from __expand_var_regexp__Chen Qi2025-03-061-1/+1
* bitbake: lib/bb/cooker.py: produce an error when BB_HASHSERVE_UPSTREAM cannot...Alexander Kanavin2025-03-061-2/+8
* bitbake: tests/fetch: Add an additional test case to check whether the fast f...Stefan Koch2025-03-061-0/+12
* bitbake: tests/fetch: Adapt test cases for fast shallow fetchesStefan Koch2025-03-061-19/+12
* bitbake: fetch2/gitsm: Unpack even when `ud.clonedir` is not availableStefan Koch2025-03-061-1/+4
* bitbake: bitbake-user-manual: Update documentation for fast `BB_GIT_SHALLOW`Stefan Koch2025-03-061-5/+20
* bitbake: fetch2/git: Add support for fast initial shallow fetchStefan Koch2025-03-061-29/+85
* bitbake: toaster/tests: Fix kirkstone testRichard Purdie2025-03-051-2/+2
* bitbake: toaster/fixtures: Add walnascar release informationRichard Purdie2025-03-053-28/+90
* bitbake: toaster: Add script to compare toaster fixtures to project release dataRichard Purdie2025-03-051-0/+38
* bitbake: contrib: vim: ftdetect: don't conflict with other filetypesRoland Hieber2025-03-031-3/+11
* bitbake: bitbake: runqueue: Verify mcdepends are validMark Hatle2025-03-034-1/+14
* bitbake: event/utils: Avoid deadlock from lock_timeout() and recursive eventsRichard Purdie2025-03-032-1/+24
* bitbake: utils: Add signal blocking for lock_timeoutRichard Purdie2025-03-031-0/+2
* bitbake: utils: Tweak lock_timeout logicRichard Purdie2025-03-031-1/+1