aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/event.py
AgeCommit message (Expand)Author
2024-01-10bitbake: event: Inject empty lines to make code match lineno in filenameRobert Yang
2023-09-26bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan
2023-04-13event: add bb.event.ParseErrorMingli Yu
2023-02-23event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie
2023-01-05lib/bb: Update thread/process locks to use a timeoutRichard Purdie
2022-12-30event: Always use threadlockRichard Purdie
2022-12-30event: Add enable/disable heartbeat codeRichard Purdie
2022-12-29event: builtins fix for 'd' deletionRichard Purdie
2022-06-11event.py: ignore exceptions from stdout and sterr operations in atexitMikko Rapeli
2022-02-21lib/bb: Replace "ABORT" action in BB_DISKMON_DIRSScott Murray
2022-02-20event: Fix typo "asynchronous" and "occasionally"Zygmunt Krynicki
2021-03-23runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie
2021-03-11event: Fix another 'if d' test to test for None explictlyRichard Purdie
2021-03-11event: Fix multiconfig event handler change performance regressionsRichard Purdie
2021-03-11event.py: fix regression about INVALIDCONFChen Qi
2021-02-20event: Fix broken builds when multiconfig has a hyphen in the nameJoshua Watt
2021-02-11event: Prevent bitbake from executing event handler for wrong multiconfig targetTomasz Dziendzielski
2020-08-25compat.py: remove file since it no longer actually implements anythingChris Laplante
2020-05-21event/ast: Add RecipePostKeyExpansion eventRichard Purdie
2020-02-19event: Remove duplicated items from close matchesRobert Yang
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2019-07-15event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie
2019-07-02event: Clear ui_queue after handling itRichard Purdie
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-09-04server/process: Various server startup logging fixesRichard Purdie
2018-08-14event.py: fix typoKai Kang
2018-01-07events: Drop unused cfg propertyRichard Purdie
2017-11-08event: Ensure we clean up loggersRichard Purdie
2017-07-28event: Don't write duplicate logs to stdout and stderr in no UI caseRichard Purdie
2017-07-27bitbake-diffsigs: fix regression after recent server changesPaul Eggleton
2017-07-21lib/bb/event: refactor printing eventsPaul Eggleton
2017-07-18event/command: Allow UI to request the UI eventhander IDRichard Purdie
2017-07-07event: Queue offline events for the UIRichard Purdie
2017-07-06bitbake: Add MultiConfigParsed eventRichard Purdie
2017-06-23event: remove mapping for deleted event handlersJair Gonzalez
2017-06-16event: drop some unused eventsPaul Eggleton
2017-01-19event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie
2017-01-06event: Replace slightly elderly bbmake references!Richard Purdie
2016-12-07monitordisk: add eventPatrick Ohly
2016-12-07cooker process: fire heartbeat event at regular time intervalsPatrick Ohly
2016-10-15bb.event: fix infinite loop on print_ui_queueAníbal Limón
2016-10-05event: prevent unclosed file warning in print_ui_queueJoshua Lock
2016-10-05bb/event.py: fire_ui_handlers enable threading lock supportAníbal Limón
2016-09-14event.py: output errors and warnings to stderrEd Bartosh
2016-08-11cooker: add BuildInit eventElliot Smith
2016-07-05knotty: add code to support showing progress for sstate object queryingPaul Eggleton
2016-06-14parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie