summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: Drop sre_constants usageRichard Purdie2023-02-221-3/+2
* bitbake: cooker/command: Add a dummy event for tinfoil testingRichard Purdie2022-01-071-0/+5
* bitbake: cooker: Ensure reparsing is handled correctlyRichard Purdie2021-12-051-0/+2
* bitbake: build/msg: Cleanup verbose option handlingRichard Purdie2021-10-021-5/+0
* 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: Force parser shutdown after catching an exceptionJan Brzezanski2021-04-061-5/+5
* bitbake: cooker: Handle multiconfig name mappings correctlyRichard Purdie2020-07-231-1/+1
* bitbake: cooker: Respect multiconfig parameterJoshua Watt2020-03-071-3/+3
* bitbake: cooker: Reset parse status unpon clientCompleteRichard Purdie2020-03-021-0/+2
* bitbake: cooker: Reset loghandlerRichard Purdie2020-02-191-0/+3
* bitbake: cooker/siggen: Empty siggen cache during parsingRichard Purdie2020-02-171-1/+2
* bitbake: cooker/toaster: replaced deprecated method warn() with warning()Frazer Clews2020-02-061-1/+1
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-4/+4
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-4/+0
* bitbake: cooker: Keep track of watched files using a set instead of a listPeter Kjellerstedt2020-01-101-8/+8
* bitbake: cooker: Remove a left-over comment about expanded_dataPeter Kjellerstedt2019-11-141-4/+0
* bitbake: hashserv: Don't daemonize server processJoshua Watt2019-09-271-1/+0
* bitbake: bitbake: Rework hash equivalenceJoshua Watt2019-09-181-8/+9
* bitbake: Revert "bitbake: cooker: Ensure bbappends are found in stable order"Martin Jansa2019-09-161-1/+0
* bitbake: bitbake: cooker: Ensure bbappends are found in stable orderWes Lindauer2019-09-071-0/+1
* bitbake: cooker.py: remove generation of recipe-depends.dotChen Qi2019-08-281-21/+4
* bitbake: cooker: Improve hash server startup code to avoid exit tracebacksRichard Purdie2019-08-141-12/+17
* bitbake: cooker: Cleanup the queue before call process.join()Robert Yang2019-08-081-0/+8
* bitbake: hashserv: Switch from threads to multiprocessingRichard Purdie2019-08-061-9/+11
* bitbake: cooker/hashserv: Allow autostarting of a local hash server using BB_...Richard Purdie2019-08-061-1/+14
* bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang2019-06-281-1/+0
* bitbake: cooker: Ensure mcdeps are processed even if only one multiconfigRichard Purdie2019-06-111-1/+5
* bitbake: cooker: Add compability handling for multiconfig: prefix migrationRichard Purdie2019-06-101-0/+3
* bitbake: multiconfig: Switch from 'multiconfig' -> 'mc'Richard Purdie2019-06-101-9/+9
* bitbake: bitbake: Show base multiconfig environmentJoshua Watt2019-05-301-10/+21
* bitbake: bitbake: cooker: Rename __depends in all multiconfigsJoshua Watt2019-05-301-2/+3
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: cooker: Fix bbfile_config_priorities when BBFILE_PATTERN is emptyRobert Yang2019-03-241-1/+1
* bitbake: cooker: Tweak multiconfig dependency resolutionRichard Purdie2019-02-251-29/+24
* bitbake: cooker: Split recipes to parse amongst threads ahead of timeRichard Purdie2019-01-081-11/+6
* bitbake: cooker: Remove Feeder() since its no longer needed with moderm multi...Richard Purdie2019-01-081-37/+5
* bitbake: cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2019-01-031-20/+31
* bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie2018-12-081-0/+19
* bitbake: cooker: Fix multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-11-221-8/+1
* bitbake: cooker/runqueue: Turn universe warnings into verbnotesRichard Purdie2018-09-101-1/+1
* bitbake: cooker.py: Fix incorrect bb files matched warningMark Hatle2018-09-051-1/+4
* bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-08-011-3/+31
* bitbake: cooker: Fix environment double key expansion issueRichard Purdie2018-03-041-3/+2
* bitbake: cooker: Run registered anonymous python before displaying environmentRichard Purdie2018-03-041-1/+3
* bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang2018-02-141-2/+0