summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch/wget: Add timeout for checkstatus calls (30s)Richard Purdie2021-11-111-1/+1
* bitbake: tests/fetch: Update pcre.org address after github changesRichard Purdie2021-11-091-1/+1
* bitbake: tests/fetch: Update github urlsRichard Purdie2021-11-081-13/+13
* bitbake: tests/fetch2: Fix quoting warningRichard Purdie2021-11-081-6/+6
* bitbake: fetch/git: Handle github dropping git:// supportRichard Purdie2021-11-031-0/+4
* bitbake: fetch2/git: Use os.rename instead of mvRichard Purdie2021-10-231-4/+4
* bitbake: fetch2/git: Avoid races over mirror tarball creationRichard Purdie2021-10-231-2/+19
* bitbake: hashserv: let asyncio discover the running loopJustin Bronder2021-10-231-2/+2
* bitbake: bitbake: correct deprecation warning in process.pyAlexander Kanavin2021-10-231-1/+1
* bitbake: bitbake: adjust parser error check for python 3.10 compatibilityAlexander Kanavin2021-10-231-1/+1
* bitbake: bitbake: do not import imp in layerindexlibAlexander Kanavin2021-10-231-1/+0
* bitbake: bitbake: fix regexp deprecation warningsAlexander Kanavin2021-10-231-3/+3
* bitbake: bitbake: correct the collections vs collections.abc deprecationAlexander Kanavin2021-10-232-3/+4
* bitbake: compat.py: remove file since it no longer actually implements anythingChris Laplante2021-10-234-30/+21
* bitbake: test/fetch: Update urls to match upstream branch name changesRichard Purdie2021-10-191-3/+3
* bitbake: build/msg: Cleanup verbose option handlingRichard Purdie2021-10-026-18/+15
* bitbake: cookerdata: Show a readable error for invalid multiconfig nameRichard Purdie2021-10-021-0/+2
* bitbake: bitbake-worker: Improve error handlingRichard Purdie2021-10-021-4/+6
* bitbake: cookerdata: Show error for no BBLAYERS in bblayers.confRichard Purdie2021-10-021-0/+3
* bitbake: cookerdata: Improve missing core layer error messageRichard Purdie2021-10-021-0/+2
* bitbake: data_smart: Improve error display for handled exceptionsRichard Purdie2021-10-021-0/+2
* bitbake: build: Catch and error upon circular task referencesRichard Purdie2021-10-021-0/+2
* 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: build: Handle SystemExit in python tasks correctlyRichard Purdie2021-10-021-1/+1
* bitbake: build: Match markup to real function nameRichard Purdie2021-10-021-2/+2
* bitbake: bitbake: bitbake-layers: add skip reason to outputMarco Felsch2021-10-021-1/+1
* bitbake: ui/taskexp: Fix to work with empty build directoriesRichard Purdie2021-10-021-0/+1
* bitbake: ui/taskexp: Improve startup exception handlingRichard Purdie2021-10-021-0/+4
* bitbake: server: Fix early parsing errors preventing zombie bitbakeJoshua Watt2021-10-021-1/+2
* bitbake: tests/fetch2: Use our own git server for dtc test repoRichard Purdie2021-09-221-1/+1
* bitbake: providers: replace newly added logger.warn() with logger.warning()Denys Dmytriyenko2021-08-021-2/+2
* bitbake: data_smart: Allow colon in variable expansion regexRichard Purdie2021-07-302-3/+3
* bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie2021-07-304-2/+16
* bitbake: BBHandler: Don't classify shell functions that names start with "pyt...Tomasz Dziendzielski2021-07-301-1/+1
* bitbake: cooker: Avoid parser deadlocksRichard Purdie2021-06-191-4/+6
* bitbake: cooker: Ensure parser is cleaned upRichard Purdie2021-06-191-0/+1
* bitbake: cooker: Explictly shut down the sync threadRichard Purdie2021-06-191-1/+7
* bitbake: cooker: Ensure parse_quit thread is closed downRichard Purdie2021-06-191-6/+8
* bitbake: providers: selected version not available should be a warningRoss Burton2021-05-221-2/+2
* bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds2021-05-131-1/+1
* bitbake: runqueue: Fix deferred task issuesRichard Purdie2021-05-131-0/+4
* bitbake: bitbake: tests/fetch: remove write protected files tooMikko Rapeli2021-05-131-1/+3
* bitbake: bitbake: tests/fetch: fix test execution without .gitconfigMikko Rapeli2021-05-131-1/+13
* bitbake: Force parser shutdown after catching an exceptionJan Brzezanski2021-04-061-5/+5
* bitbake: runqueue: Add setscene task overlap sanity checkRichard Purdie2021-03-241-0/+4
* bitbake: runqueue: Fix task execution corruption issueRichard Purdie2021-03-241-0/+3
* bitbake: __init__.py: Fix bitbake debug log handlingRichard Purdie2021-03-091-1/+1
* bitbake: lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsettingAlexander Kanavin2021-02-181-5/+0
* bitbake: fetch/git: download LFS content too during do_fetchMatt Hoosier2021-02-052-11/+61