summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cookerdata.py
AgeCommit message (Expand)Author
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
2016-01-11bitbake: main/runqueue: Add --setscene-only option to bitbakeRichard Purdie
2015-12-18bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie
2015-10-27bitbake: cooker: preserve pre and post configsEd Bartosh
2015-10-01bitbake: cookerdata: Rename BBPKGS -> BBTARGETSRichard Purdie
2015-09-04bitbake: bb.cookerdata: include useful traceback for ExpansionError/ParseErrorChristopher Larson
2015-08-19bitbake: cooker: ensure prefile/postfile can work in memory resident modePaul Eggleton
2015-08-01bitbake: bb.cookerdata: don't show traceback for ParseError/ExpansionErrorChristopher Larson
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-04-19bitbake: cookerdata: Allow ~ in bblayersEd Bartosh
2015-03-25bitbake: bin/bitbake: Create bitbake_main APIEd Bartosh