summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: tests/fetch: Use our own mirror of mobile-broadband-provider to deco...Richard Purdie2024-10-291-1/+1
* bitbake: tests/fetch: Use our own mirror of sysprof to decouple from gnome gi...Richard Purdie2024-10-281-1/+1
* bitbake: git: Clean broken symlinkRobert Yang2024-10-281-1/+1
* bitbake: git: Clean shallow mirror tarballRobert Yang2024-10-281-0/+5
* bitbake: gitsm: Add clean functionRobert Yang2024-10-281-0/+13
* bitbake: gitsm: Remove downloads/tmpdir when failedRobert Yang2024-10-281-3/+5
* bitbake: gitsm: Add call_process_submodules() to remove duplicated codeRobert Yang2024-10-281-28/+14
* bitbake: fetch2/wget: set User-Agent to 'bitbake/version' in checkstatus()Alexander Kanavin2024-10-221-6/+1
* bitbake: fetch2/wget.py: use default wget user-agent in upstream version checksAlexander Kanavin2024-10-221-1/+1
* bitbake: fetch2: add GitHub Codespaces supportOliver Kästner2024-10-141-0/+1
* bitbake: utils: Improve multiple lock handlingRichard Purdie2024-10-111-0/+1
* bitbake: exceptions: Add hack to workaround python 3.13 failuresRichard Purdie2024-10-091-1/+5
* bitbake: bb/exceptions: Drop obsolete 2.6 codeRichard Purdie2024-10-091-7/+1
* bitbake: persist_data: Remove itRichard Purdie2024-10-092-400/+0
* bitbake: checksum/fetch2: Switch from persist_data to a standard cache fileRichard Purdie2024-10-094-15/+58
* bitbake: fetch2: Avoid deprecation warningRichard Purdie2024-10-091-1/+1
* bitbake: COW: Fix hardcoded magic numbers and work with python 3.13Richard Purdie2024-10-091-4/+6
* bitbake: fetch2/git: Use quote from shlex, not pipesRichard Purdie2024-10-011-2/+1
* bitbake: fetch2: don't try to preserve all attributes when unpacking filesRoss Burton2024-09-301-1/+1
* bitbake: tests/fetch: Update GoModTest and GoModGitTestChristian Lindeberg2024-09-201-0/+55
* bitbake: fetch2/gomod: Support URIs with only a hostnamePeter Kjellerstedt2024-09-171-2/+6
* bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"Martin Jansa2024-09-161-13/+11
* bitbake: fetch2/gitsm: use configparser to parse .gitmodulesRoss Burton2024-09-121-11/+13
* bitbake: fetch2: Add gomodgit fetcherChristian Lindeberg2024-09-103-2/+228
* bitbake: fetch2: Add gomod fetcherChristian Lindeberg2024-09-103-1/+196
* bitbake: siggen: Fix rare file-checksum hash issueRichard Purdie2024-09-051-1/+1
* bitbake: codeparser: Allow code visitor expressions to be declared in metadataRichard Purdie2024-08-292-5/+16
* bitbake: fetch2/npm: allow the '@' character in package namesLeonard Göhrs2024-08-251-3/+4