summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: server/process: Disable gc around critical sectionyocto-3.3.6hardknott-3.3.6Richard Purdie2022-04-161-0/+3
* bitbake: toaster: fixtures: gatesgarth -> hardknottTim Orling2022-04-052-15/+15
* bitbake: toaster: Fix IMAGE_INSTALL issues with _append vs :appendRichard Purdie2022-04-053-10/+10
* bitbake: server/xmlrpcserver: Add missing xmlrpcclient importRichard Purdie2022-04-051-0/+1
* bitbake: tests/fetch: Handle upstream master -> main branch changeRichard Purdie2022-02-231-1/+1
* bitbake: utils: Update to use exec_module() instead of load_module()Richard Purdie2022-01-251-2/+5
* bitbake: tests/fetch: Drop gnu urls from wget connectivity testRichard Purdie2022-01-071-3/+0
* bitbake: process: Do not mix stderr with stdoutAnton Mikanovich2022-01-071-1/+1
* bitbake: utils: Handle lockfile filenames that are too long for filesystemsRichard Purdie2021-12-051-1/+5
* bitbake: cooker: Fix task-depends.dot for multiconfig targetsRichard Purdie2021-11-241-1/+3
* bitbake: cooker: Handle parsing results queue raceRichard Purdie2021-11-241-5/+9
* bitbake: cooker: Remove debug code, oops :(Richard Purdie2021-11-241-1/+0
* bitbake: cooker: Handle parse threads disappearing to avoid hangsRichard Purdie2021-11-241-1/+10
* bitbake: hashserv: let asyncio discover the running loopJustin Bronder2021-11-241-2/+2
* bitbake: bitbake: adjust parser error check for python 3.10 compatibilityAlexander Kanavin2021-11-241-1/+1
* bitbake: bitbake: correct deprecation warning in process.pyAlexander Kanavin2021-11-241-1/+1
* bitbake: bitbake: correct the collections vs collections.abc deprecationAlexander Kanavin2021-11-243-4/+6
* bitbake: runqueue: Fix runall option handlingRichard Purdie2021-11-211-0/+1
* bitbake: runqueue: Fix runall option task deletion ordering issueRichard Purdie2021-11-211-19/+16
* bitbake: tests/fetch: Update pcre.org address after github changesRichard Purdie2021-11-211-1/+1
* bitbake: cooker: check if upstream hash equivalence server is availableJose Quaresma2021-11-211-1/+11
* bitbake: fetch: Handle mirror user/password replacements correctlyRichard Purdie2021-11-212-0/+8
* bitbake: tests/fetch: Update github urlsRichard Purdie2021-11-211-13/+13
* bitbake: fetch2/perforce: Fix typoRichard Purdie2021-11-211-1/+1
* bitbake: bitbake:toaster:test: Update SSTATE URLJon Mason2021-11-211-1/+1
* bitbake: fetch/wget: Add timeout for checkstatus calls (30s)Richard Purdie2021-11-111-1/+1
* bitbake: fetch/git: Handle github dropping git:// supportRichard Purdie2021-11-031-0/+4
* bitbake: fetch2: clarify the command-no-found error messageRoss Burton2021-10-251-1/+1
* bitbake: build: Make exception printing clearerRichard Purdie2021-10-251-1/+1
* bitbake: bitbake-worker: Handle pseudo shutdown in Ctrl+C caseRichard Purdie2021-10-251-4/+6
* bitbake: build: Ensure python stdout/stderr is logged correctlyRichard Purdie2021-10-251-0/+4
* bitbake: bitbake-worker: Allow shutdown/database flush of pseudo server at ta...Richard Purdie2021-10-251-1/+9
* bitbake: npmsw: Avoid race condition with multiple npm fetchersCaner Altinbasak2021-10-251-0/+4
* bitbake: tests/runqueue: Ensure hashserv exits before deleting filesRichard Purdie2021-10-251-1/+1
* bitbake: fetch2/git: Use os.rename instead of mvRichard Purdie2021-10-251-4/+4
* bitbake: fetch2/git: Avoid races over mirror tarball creationRichard Purdie2021-10-251-2/+19
* bitbake: test/fetch: Update urls to match upstream branch name changesRichard Purdie2021-10-191-3/+3
* bitbake: build: Handle SystemExit in python tasks correctlyRichard Purdie2021-10-021-1/+1
* bitbake: build: Avoid duplicating logs in verbose modeRichard Purdie2021-10-021-0/+4
* bitbake: process: Don't include logs in error message if piping themRichard Purdie2021-10-021-0/+3
* bitbake: runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie2021-09-243-5/+20
* bitbake: cookerdata: Show a readable error for invalid multiconfig nameRichard Purdie2021-09-241-0/+2
* bitbake: bitbake-worker: Improve error handlingRichard Purdie2021-09-241-3/+5
* bitbake: cooker/process: Fix typos in exiting messageMartin Jansa2021-09-243-3/+3
* bitbake: runqueue: Clean up task stats handlingRichard Purdie2021-09-242-16/+8
* bitbake: data_smart: Improve error display for handled exceptionsRichard Purdie2021-09-241-0/+2
* bitbake: cookerdata: Improve missing core layer error messageRichard Purdie2021-09-241-0/+2
* bitbake: cookerdata: Show error for no BBLAYERS in bblayers.confRichard Purdie2021-09-241-0/+3
* bitbake: tests/fetch2: Use our own git server for dtc test repoRichard Purdie2021-09-221-1/+1
* bitbake: build: Catch and error upon circular task referencesRichard Purdie2021-09-161-0/+2