summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: toaster/tests/browser/layerdetails: Drop unwanted test skipping/exce...Richard Purdie2024-10-241-29/+9
* bitbake: toaster/tests/functional/utils: Handle WebDriverExceptionRichard Purdie2024-10-241-5/+7
* bitbake: toaster/tests/browser/helper: Add wait for jquery to completeRichard Purdie2024-10-241-0/+2
* bitbake: toaster/tests/functional/project_page: Use wait_until_element_clicka...Richard Purdie2024-10-241-53/+40
* bitbake: toaster/tests/functional/util: Avoid test hangsRichard Purdie2024-10-241-1/+1
* bitbake: toaster/tests/browser: Add various fixes for test failures encounteredRichard Purdie2024-10-244-7/+13
* bitbake: toaster/tests/browser/helper: Add wait_until_element_clickable funcitonRichard Purdie2024-10-241-0/+7
* bitbake: toaster/tests/browser/helper: Improve wait_until_clickable exception...Richard Purdie2024-10-241-11/+3
* bitbake: toaster/tests/functional/utils: Drop unused code from wait_until_bui...Richard Purdie2024-10-241-6/+1
* bitbake: toaster/tests/browser/helpers: Drop remains of polling/sleep callsRichard Purdie2024-10-241-10/+7
* bitbake: toaster/tests/functiona/project_page_tab_config: Improve waits and d...Richard Purdie2024-10-241-20/+32
* bitbake: toaster/tests/functiona/project_page_tab_config: Switch to using lib...Richard Purdie2024-10-241-123/+90
* bitbake: toaster/tests/browser/helpers: Add not visible wait functionRichard Purdie2024-10-241-0/+7
* bitbake: toaster/tests/functiona/project_page: Improve waits and drop pollingRichard Purdie2024-10-241-13/+40
* bitbake: toaster/tests/functiona/project_page: Drop pointless test covered el...Richard Purdie2024-10-241-9/+0
* bitbake: toaster/tests/functiona/project_page: Switch to using library create...Richard Purdie2024-10-241-76/+42
* bitbake: toaster/tests/functional/project_config: Fix the wait calls to avoid...Richard Purdie2024-10-241-26/+21
* bitbake: toaster/tests/functional/basic: Improve the projects table selection...Richard Purdie2024-10-242-7/+14