aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cookerdata.py
AgeCommit message (Expand)Author
2021-09-11cookerdata: Show error for no BBLAYERS in bblayers.confRichard Purdie
2021-09-11cookerdata: Improve missing core layer error messageRichard Purdie
2021-02-11event: Prevent bitbake from executing event handler for wrong multiconfig targetTomasz Dziendzielski
2020-11-09cookerdata: tweak to avoid mutable default argumentChris Laplante
2020-09-03cookerdata: Fix exception raise statementsRichard Purdie
2020-09-03cooker/cookerdata: Use BBHandledException, not sys.exit()Richard Purdie
2020-08-24main/server/process: Drop configuration object passingRichard Purdie
2020-08-24cooker/cookerdata: Ensure UI event log is updated from commandlineRichard Purdie
2020-08-24cookerdata: Ensure UI options are updated to the serverRichard Purdie
2020-08-24cooker/cookerdata/main: Improve loglevel handlingRichard Purdie
2020-08-24build/msg: Cleanup verbose option handlingRichard Purdie
2020-08-12server/process: Simplfy idle callback handler functionRichard Purdie
2020-06-23cookerdata: Add BBFILES_DYNAMIC inverse modeKonrad Weihmann
2019-09-27cookerdata: Add mc conffiles hashes to cache hashJoshua Watt
2019-08-21cookerdata: Delay the setup of the siggen slightly to allow metadata defined ...Richard Purdie
2019-07-02bitbake: Add --skip-setscene optionJoshua Watt
2019-06-27bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-06-18cooker: list all nonexistent bblayer directoriesOleksandr Kravchuk
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
2019-02-12bitbake: cookerdata: Check duplicated BBFILE_COLLECTIONSRobert Yang
2018-04-06cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_xRichard Purdie
2018-02-09main/runqueue: Rework runall task and add runonly optionRichard Purdie
2017-08-31cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandli...Richard Purdie
2017-08-31cookerdata: Avoid tracebacks from early reset() callsRichard Purdie
2017-08-31cooker: Change to consistent prefile/postfile handlingRichard Purdie
2017-08-31cooker: Handle datastore tracking for showEnvironment server side onlyRichard Purdie
2017-07-21cookerdata/cooker: Restore original datastore upon client disconnectRichard Purdie
2017-07-21server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-07-18cookerdata: Add a function to find TOPDIRRichard Purdie
2017-07-18cookerdata: fix indentation and trailing spacesPaul Eggleton
2017-07-06bitbake: Add MultiConfigParsed eventRichard Purdie
2017-06-09cookerdata: Implement LAYERSERIES_COMPAT and LAYERSERIES_CORENAMESRichard Purdie
2017-06-09cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton
2017-06-09cookerdata: fix variable history not showing in bitbake -e with memresPaul Eggleton
2017-06-09cookerdata: Add support for BBFILES_DYNAMICPatrick Ohly
2017-03-11runqueue: add option to run all tasks in specific build targetMatthew McClintock
2017-01-19cooker: Add BB_LIMITEDDEPS supportRichard Purdie
2016-12-21cookerdata: Convert multiconfig to use BB_CURRENT_MCRichard Purdie
2016-12-14command: provide a means to shut down from the client in memres modePaul Eggleton
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-09-20cookerdata.py: Catch BBHandledException, preventing a backtrace in an eventMark Hatle
2016-09-16cookerdata: allow multiple passes of config re-parsingMarkus Lehtonen
2016-09-16cookerdata: fire ConfigParsed event after re-parseMarkus Lehtonen
2016-09-02cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen
2016-08-17bitbake: Initial multi-config supportRichard Purdie
2016-08-17cookerdata: Simplify prefiles/postfilesRichard Purdie
2016-06-02cookerdata: print an error if layer dir does not existMarkus Lehtonen