summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: do not decode user from file URIStefan Herbrechtsmeier2025-02-111-0/+3
* bitbake: parse: Forbid ambiguous assignments to ${.}, ${+}, and ${:} variablesNikolai Merinov2025-02-052-1/+23
* bitbake: tests/parse: Add test for unclosed functionsSavvas Etairidis2025-01-281-0/+42
* bitbake: cooker/cache: Drop mc 'default' string valueRichard Purdie2025-01-254-4/+4
* bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48Richard Purdie2025-01-231-0/+2
* bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERSRichard Purdie2025-01-211-0/+25
* bitbake: data_smart: fix ??= operator for variable flagsYoann Congal2025-01-142-1/+6
* bitbake: tests/parse: add test for ?= and ??= operators for variable flagsYoann Congal2025-01-141-0/+53
* bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()Bin Lan2025-01-141-1/+1
* bitbake: tests: utils: add test for Go mod h1 checksumStefan Herbrechtsmeier2025-01-111-0/+8
* bitbake: utils: add Go mod h1 checksum supportStefan Herbrechtsmeier2025-01-112-1/+26
* bitbake: asyncrpc: Handle websockets exceptionsPhilip Lorenz2025-01-111-5/+10
* bitbake: fetch2: read checksum from SRC_URI flag for npmStefan Herbrechtsmeier2025-01-081-1/+1
* bitbake: fetch2: do not prefix embedded checksumsStefan Herbrechtsmeier2025-01-083-11/+7
* bitbake: tests: fetch: replace [url] with urls for npmStefan Herbrechtsmeier2025-01-081-33/+33
* bitbake: fetch2: npmsw: remove old lockfile format supportStefan Herbrechtsmeier2025-01-081-61/+36
* bitbake: tests: fetch: update npmsw tests to new lockfile formatStefan Herbrechtsmeier2025-01-081-81/+54
* bitbake: fetch2/wget: correctly construct the target URL in checkstatus()Ross Burton2024-12-201-2/+2
* bitbake: fetch2/wget: handle HTTP 308 Permanent RedirectRoss Burton2024-12-201-5/+37
* bitbake: tests: fetch: add npmsw test case for bundled dependenciesStefan Herbrechtsmeier2024-12-201-0/+26
* bitbake: fetch2: npmsw: ignore bundled dependencies in packagesStefan Herbrechtsmeier2024-12-201-0/+2
* bitbake: tests: fetch: do not skip plain npmsw testsStefan Herbrechtsmeier2024-12-201-6/+0
* bitbake: tests: fetch: adapt npmsw tests to fixed unpack behaviorStefan Herbrechtsmeier2024-12-201-8/+5
* bitbake: parse: Add include_all conf file directiveRichard Purdie2024-12-172-0/+24
* bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mcChris Laplante2024-12-173-12/+36
* bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKSRoss Burton2024-12-131-1/+1
* bitbake: bitbake: parse: add support for flagged fragment variablesAlexander Kanavin2024-12-132-3/+10
* bitbake: parse: add support for 'addfragments' directiveAlexander Kanavin2024-12-082-0/+42
* bitbake: parse/ConfHandler: allow / in variable flagsAlexander Kanavin2024-12-081-1/+1
* bitbake: cooker: use enum for cooker state to improve readabilityChris Laplante2024-12-063-34/+32
* bitbake: server/xmlrpcserver: fix some warningsChris Laplante2024-12-061-2/+5
* bitbake: knotty: some small cleanups while I'm in hereChris Laplante2024-12-061-3/+10
* bitbake: knotty: print an error if MACHINE is not setChris Laplante2024-12-061-2/+12
* bitbake: runqueue: Fix scenetask processing performance issueRichard Purdie2024-11-291-1/+5
* bitbake: runqueue: Optimise setscene loop processingRichard Purdie2024-11-291-2/+8
* bitbake: runqueue: Fix performance of multiconfigs with large overlapRichard Purdie2024-11-291-2/+4
* bitbake: fetch2: fix unpack of a single zstd filePascal Eberhard2024-11-291-1/+1
* bitbake: Remove custom exception backtrace formattingJoshua Watt2024-11-285-119/+25
* bitbake: bb/build: add a function to list the tasks in a datastoreRoss Burton2024-11-281-0/+6
* bitbake: fetch/wget: Increase timeout to 100s from 30sRichard Purdie2024-11-211-2/+2
* bitbake: bitbake-worker/cooker: Increase default pipe sizeRichard Purdie2024-11-211-1/+1
* bitbake: cooker: Drop support for BB_DANGLINGAPPENDS_WARNONLYRichard Purdie2024-11-211-7/+1
* bitbake: tinfoil: add new "finalizeData" APIYoann Congal2024-11-182-0/+14
* bitbake: command: fix needconfig for revalidateCachesYoann Congal2024-11-071-1/+1
* bitbake: server/process: Decrease idle/main loop frequencyRichard Purdie2024-11-071-2/+2
* bitbake: server/process: Don't send heartbeats when no idle functionsRichard Purdie2024-11-071-1/+1
* bitbake: server/process: Merge a function to simplfy codeRichard Purdie2024-11-071-26/+16
* bitbake: runqueue: Avoid dumpsigs idle loop blockingRichard Purdie2024-11-071-29/+44
* bitbake: bb/compress: use lz4 instead of lz4cJustin Bronder2024-11-052-4/+4
* bitbake: cooker: Sort pn-buildlistRobert Yang2024-11-051-4/+5