summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cookerdata.py
AgeCommit message (Expand)Author
2020-09-05bitbake: cookerdata: Fix exception raise statementsRichard Purdie
2020-09-05bitbake: cooker/cookerdata: Use BBHandledException, not sys.exit()Richard Purdie
2020-08-25bitbake: main/server/process: Drop configuration object passingRichard Purdie
2020-08-25bitbake: cooker/cookerdata: Ensure UI event log is updated from commandlineRichard Purdie
2020-08-25bitbake: cookerdata: Ensure UI options are updated to the serverRichard Purdie
2020-08-25bitbake: cooker/cookerdata/main: Improve loglevel handlingRichard Purdie
2020-08-25bitbake: build/msg: Cleanup verbose option handlingRichard Purdie
2020-08-13bitbake: server/process: Simplfy idle callback handler functionRichard Purdie
2020-06-23bitbake: cookerdata: Add BBFILES_DYNAMIC inverse modeKonrad Weihmann
2019-09-27bitbake: cookerdata: Add mc conffiles hashes to cache hashJoshua Watt
2019-08-21bitbake: cookerdata: Delay the setup of the siggen slightly to allow metadata...Richard Purdie
2019-07-03bitbake: bitbake: Add --skip-setscene optionJoshua Watt
2019-06-28bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-06-18bitbake: cooker: list all nonexistent bblayer directoriesOleksandr Kravchuk
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-02-14bitbake: bitbake: cookerdata: Check duplicated BBFILE_COLLECTIONSRobert Yang
2018-04-06bitbake: cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_xRichard Purdie
2018-02-14bitbake: main/runqueue: Rework runall task and add runonly optionRichard Purdie
2017-09-02bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and ...Richard Purdie
2017-08-31bitbake: cookerdata: Avoid tracebacks from early reset() callsRichard Purdie
2017-08-31bitbake: cooker: Change to consistent prefile/postfile handlingRichard Purdie
2017-08-31bitbake: cooker: Handle datastore tracking for showEnvironment server side onlyRichard Purdie
2017-07-21bitbake: cookerdata/cooker: Restore original datastore upon client disconnectRichard Purdie
2017-07-21bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-07-21bitbake: cookerdata: Add a function to find TOPDIRRichard Purdie
2017-07-18bitbake: cookerdata: fix indentation and trailing spacesPaul Eggleton
2017-07-08bitbake: bitbake: Add MultiConfigParsed eventRichard Purdie
2017-06-12bitbake: cookerdata: Implement LAYERSERIES_COMPAT and LAYERSERIES_CORENAMESRichard Purdie
2017-06-12bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton
2017-06-12bitbake: cookerdata: fix variable history not showing in bitbake -e with memresPaul Eggleton
2017-06-09bitbake: cookerdata: Add support for BBFILES_DYNAMICPatrick Ohly
2017-03-13bitbake: runqueue: add option to run all tasks in specific build targetMatthew McClintock
2017-01-20bitbake: cooker: Add BB_LIMITEDDEPS supportRichard Purdie
2016-12-22bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MCRichard Purdie
2016-12-14bitbake: command: provide a means to shut down from the client in memres modePaul Eggleton
2016-11-30bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-09-21bitbake: cookerdata.py: Catch BBHandledException, preventing a backtrace in a...Mark Hatle
2016-09-16bitbake: cookerdata: allow multiple passes of config re-parsingMarkus Lehtonen
2016-09-16bitbake: cookerdata: fire ConfigParsed event after re-parseMarkus Lehtonen
2016-09-02bitbake: cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen
2016-08-18bitbake: bitbake: Initial multi-config supportRichard Purdie
2016-08-18bitbake: cookerdata: Simplify prefiles/postfilesRichard Purdie
2016-06-03bitbake: cookerdata: print an error if layer dir does not existMarkus Lehtonen
2016-05-19bitbake: Provide LAYERDIR_RE for layer.confChristopher Larson
2016-05-13bitbake: cookerdata: Fix log messages and ensure we exitRichard Purdie
2016-03-31bitbake: cookerdata.py: remove slash in the endRobert Yang
2016-03-29bitbake: cookerdata: Improve handling of ParseErrorRichard Purdie