summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: tests/fetch: Handle upstream master -> main branch changeRichard Purdie2022-02-231-1/+1
* bitbake: hashserv: specify loop for asyncio in python < 3.6Jate Sujjavanich2022-01-251-6/+17
* bitbake: tests/fetch: Drop gnu urls from wget connectivity testRichard Purdie2022-01-171-3/+0
* bitbake: utils: Update to use exec_module() instead of load_module()Richard Purdie2022-01-171-2/+5
* bitbake: cooker/command: Add a dummy event for tinfoil testingRichard Purdie2022-01-072-0/+15
* bitbake: bblayers/action: When adding layers, catch BBHandledExceptionRichard Purdie2021-12-051-2/+2
* bitbake: cooker: Ensure reparsing is handled correctlyRichard Purdie2021-12-051-0/+2
* bitbake: process/knotty: Improve early exception handlingRichard Purdie2021-12-022-5/+23
* bitbake: tinfoil: When sending commands we need to process eventsRichard Purdie2021-12-021-1/+10
* bitbake: command: Ensure exceptions inheriting from BBHandledException are vi...Richard Purdie2021-12-021-1/+5
* 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