summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-10-23bitbake: adjust parser error check for python 3.10 compatibilityAlexander Kanavin
2021-10-23bitbake: do not import imp in layerindexlibAlexander Kanavin
2021-10-23bitbake: fix regexp deprecation warningsAlexander Kanavin
2021-10-23bitbake: correct the collections vs collections.abc deprecationAlexander Kanavin
2021-10-23compat.py: remove file since it no longer actually implements anythingChris Laplante
2021-10-19test/fetch: Update urls to match upstream branch name changesRichard Purdie
2021-09-30build/msg: Cleanup verbose option handlingRichard Purdie
2021-09-24cookerdata: Show a readable error for invalid multiconfig nameRichard Purdie
2021-09-24bitbake-worker: Improve error handlingRichard Purdie
2021-09-24cookerdata: Show error for no BBLAYERS in bblayers.confRichard Purdie
2021-09-24cookerdata: Improve missing core layer error messageRichard Purdie
2021-09-24data_smart: Improve error display for handled exceptionsRichard Purdie
2021-09-24build: Catch and error upon circular task referencesRichard Purdie
2021-09-24build: Avoid duplicating logs in verbose modeRichard Purdie
2021-09-24process: Don't include logs in error message if piping themRichard Purdie
2021-09-24build: Handle SystemExit in python tasks correctlyRichard Purdie
2021-09-24build: Match markup to real function nameRichard Purdie
2021-09-24bitbake: bitbake-layers: add skip reason to outputMarco Felsch
2021-09-24ui/taskexp: Fix to work with empty build directoriesRichard Purdie
2021-09-24ui/taskexp: Improve startup exception handlingRichard Purdie
2021-09-24server: Fix early parsing errors preventing zombie bitbakeJoshua Watt
2021-09-22tests/fetch2: Use our own git server for dtc test repoRichard Purdie
2021-08-02providers: replace newly added logger.warn() with logger.warning()yocto-3.1.112020-04.11-dunfell1.46.11Denys Dmytriyenko
2021-07-30data_smart: Allow colon in variable expansion regexRichard Purdie
2021-07-30data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-07-30BBHandler: Don't classify shell functions that names start with "python*" as ...Tomasz Dziendzielski
2021-06-19cooker: Avoid parser deadlocksyocto-3.1.9yocto-3.1.102020-04.9-dunfell2020-04.10-dunfell1.46.91.46.10Richard Purdie
2021-06-19cooker: Ensure parser is cleaned upRichard Purdie
2021-06-19cooker: Explictly shut down the sync threadRichard Purdie
2021-06-19cooker: Ensure parse_quit thread is closed downRichard Purdie
2021-05-13providers: selected version not available should be a warningyocto-3.1.82020-04.8-dunfell1.46.8Ross Burton
2021-05-13fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
2021-05-13runqueue: Fix deferred task issuesRichard Purdie
2021-05-13bitbake: tests/fetch: remove write protected files tooMikko Rapeli
2021-05-13bitbake: tests/fetch: fix test execution without .gitconfigMikko Rapeli
2021-04-06Force parser shutdown after catching an exception2020-04.7-dunfell1.46.7Jan Brzezanski
2021-03-24runqueue: Add setscene task overlap sanity checkRichard Purdie
2021-03-24runqueue: Fix task execution corruption issueRichard Purdie
2021-03-09__init__.py: Fix bitbake debug log handlingRichard Purdie
2021-02-18lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsetting2020-04.6-dunfell1.46.6Alexander Kanavin
2021-02-05fetch/git: download LFS content too during do_fetchMatt Hoosier
2021-02-05git.py: Use the correct branch to check if the repository has LFS objects.Mauro Queirós
2021-02-05git.py: LFS bitbake note should not be printed if need_lfs is not set.Mauro Queirós
2021-02-05git.py: skip smudging if lfs=0 is setMauro Queirós
2021-01-26data_smart: Ensure hash reflects vardepvalue flags correctlyRichard Purdie
2020-12-16doc/conf.py: add missing import sys2020-04.5-dunfell1.46.5Mert Kirpici
2020-12-16sphinx: partial undo (bitbake-user-manual: update perforce fetcher docs)Nicolas Dechesne
2020-12-16sphinx: undo (bitbake-user-manual: Remove TERM from BB_HASHBASE_WHITELIST exa...Nicolas Dechesne
2020-12-16sphinx: import sphinx docsNicolas Dechesne
2020-12-01taskexp: update for GTK API changesRoss Burton