summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: event: Inject empty lines to make code match lineno in file...Robert Yang2024-01-101-2/+3
* bitbake: bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan2023-09-281-0/+8
* bitbake: event: add bb.event.ParseErrorMingli Yu2023-04-131-0/+8
* bitbake: event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie2023-02-231-0/+11
* bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie2023-01-051-3/+3
* bitbake: event: Always use threadlockRichard Purdie2022-12-311-39/+34
* bitbake: event: Add enable/disable heartbeat codeRichard Purdie2022-12-311-0/+9
* bitbake: event: builtins fix for 'd' deletionRichard Purdie2022-12-291-14/+4
* bitbake: event.py: ignore exceptions from stdout and sterr operations in atexitMikko Rapeli2022-06-111-2/+8
* bitbake: lib/bb: Replace "ABORT" action in BB_DISKMON_DIRSScott Murray2022-02-211-1/+1
* bitbake: event: Fix typo "asynchronous" and "occasionally"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie2021-03-231-0/+11
* bitbake: event: Fix another 'if d' test to test for None explictlyRichard Purdie2021-03-111-1/+1
* bitbake: event: Fix multiconfig event handler change performance regressionsRichard Purdie2021-03-111-11/+11
* bitbake: event.py: fix regression about INVALIDCONFChen Qi2021-03-111-0/+4
* bitbake: event: Fix broken builds when multiconfig has a hyphen in the nameJoshua Watt2021-02-211-2/+2
* bitbake: event: Prevent bitbake from executing event handler for wrong multic...Tomasz Dziendzielski2021-02-161-2/+24
* bitbake: compat.py: remove file since it no longer actually implements anythingChris Laplante2020-08-261-8/+8
* bitbake: event/ast: Add RecipePostKeyExpansion eventRichard Purdie2020-05-271-0/+4
* bitbake: event: Remove duplicated items from close matchesRobert Yang2020-02-191-1/+1
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-1/+1
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-2/+1
* bitbake: event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie2019-07-151-17/+0
* bitbake: event: Clear ui_queue after handling itRichard Purdie2019-07-031-0/+2
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: server/process: Various server startup logging fixesRichard Purdie2018-09-051-0/+3
* bitbake: event.py: fix typoKai Kang2018-08-141-1/+1
* bitbake: events: Drop unused cfg propertyRichard Purdie2018-01-081-9/+0
* bitbake: event: Ensure we clean up loggersRichard Purdie2017-11-091-0/+4
* bitbake: event: Don't write duplicate logs to stdout and stderr in no UI caseRichard Purdie2017-07-301-10/+17
* bitbake: bitbake-diffsigs: fix regression after recent server changesPaul Eggleton2017-07-271-0/+8
* bitbake: lib/bb/event: refactor printing eventsPaul Eggleton2017-07-211-0/+32
* bitbake: event/command: Allow UI to request the UI eventhander IDRichard Purdie2017-07-211-3/+8
* bitbake: event: Queue offline events for the UIRichard Purdie2017-07-081-1/+10
* bitbake: bitbake: Add MultiConfigParsed eventRichard Purdie2017-07-081-0/+6
* bitbake: event: remove mapping for deleted event handlersJair Gonzalez2017-06-231-1/+5
* bitbake: event: drop some unused eventsPaul Eggleton2017-06-221-21/+0
* bitbake: event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie2017-01-201-0/+11
* bitbake: event: Replace slightly elderly bbmake references!Richard Purdie2017-01-091-3/+3
* bitbake: monitordisk: add eventPatrick Ohly2016-12-071-0/+17
* bitbake: cooker process: fire heartbeat event at regular time intervalsPatrick Ohly2016-12-071-0/+10
* bitbake: bb.event: fix infinite loop on print_ui_queueAníbal Limón2016-10-151-2/+2
* bitbake: event: prevent unclosed file warning in print_ui_queueJoshua Lock2016-10-051-3/+3
* bitbake: bb/event.py: fire_ui_handlers enable threading lock supportAníbal Limón2016-10-051-0/+21
* bitbake: event.py: output errors and warnings to stderrEd Bartosh2016-09-151-3/+10
* bitbake: cooker: add BuildInit eventElliot Smith2016-08-111-1/+5
* bitbake: knotty: add code to support showing progress for sstate object queryingPaul Eggleton2016-07-081-0/+27
* bitbake: parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie2016-06-151-0/+7