summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cookerdata.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton2017-09-211-1/+1
* bitbake: runqueue: add option to run all tasks in specific build targetMatthew McClintock2017-03-131-0/+1
* bitbake: cooker: Add BB_LIMITEDDEPS supportRichard Purdie2017-01-201-0/+1
* bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MCRichard Purdie2016-12-221-2/+3
* bitbake: command: provide a means to shut down from the client in memres modePaul Eggleton2016-12-141-0/+1
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-301-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-5/+5
* bitbake: cookerdata.py: Catch BBHandledException, preventing a backtrace in a...Mark Hatle2016-09-211-1/+1
* bitbake: cookerdata: allow multiple passes of config re-parsingMarkus Lehtonen2016-09-161-1/+8
* bitbake: cookerdata: fire ConfigParsed event after re-parseMarkus Lehtonen2016-09-161-0/+1
* bitbake: cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen2016-09-021-0/+3
* bitbake: bitbake: Initial multi-config supportRichard Purdie2016-08-181-25/+34
* bitbake: cookerdata: Simplify prefiles/postfilesRichard Purdie2016-08-181-3/+5
* bitbake: cookerdata: print an error if layer dir does not existMarkus Lehtonen2016-06-031-0/+4
* bitbake: Provide LAYERDIR_RE for layer.confChristopher Larson2016-05-191-2/+7
* bitbake: cookerdata: Fix log messages and ensure we exitRichard Purdie2016-05-131-1/+2
* bitbake: cookerdata.py: remove slash in the endRobert Yang2016-03-311-0/+2
* bitbake: cookerdata: Improve handling of ParseErrorRichard Purdie2016-03-291-1/+3
* bitbake: main/runqueue: Add --setscene-only option to bitbakeRichard Purdie2016-01-111-0/+1
* bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie2015-12-181-1/+3
* bitbake: cooker: preserve pre and post configsEd Bartosh2015-10-271-0/+2
* bitbake: cookerdata: Rename BBPKGS -> BBTARGETSRichard Purdie2015-10-011-2/+2
* bitbake: bb.cookerdata: include useful traceback for ExpansionError/ParseErrorChristopher Larson2015-09-041-1/+10
* bitbake: cooker: ensure prefile/postfile can work in memory resident modePaul Eggleton2015-08-191-1/+2
* bitbake: bb.cookerdata: don't show traceback for ParseError/ExpansionErrorChristopher Larson2015-08-011-2/+5
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-3/+3
* bitbake: cookerdata: Allow ~ in bblayersEd Bartosh2015-04-191-0/+3
* bitbake: bin/bitbake: Create bitbake_main APIEd Bartosh2015-03-251-3/+3
* bitbake: command/cooker/knotty: Fix memres handling of command environment ch...Richard Purdie2015-01-211-2/+2
* bitbake: add option to write offline event log fileAlexandru DAMIAN2014-12-181-0/+1
* bitbake: knotty: Ensure commandline parameters are updated in memres serverRichard Purdie2014-09-231-0/+11
* bitbake: cookerdata: Improve error handlingRichard Purdie2014-06-011-2/+5
* bitbake: bitbake: Force -S option to take a parameterRichard Purdie2014-03-271-1/+1
* bitbake: bitbake.lock: Add host:port to bitbake.lock for memres serverJason Wessel2013-12-021-0/+1
* bitbake: bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN2013-09-221-1/+0
* bitbake: cookerdata: Allow bblayers.conf to be found using BBPATHRichard Purdie2013-08-301-8/+15
* bitbake: cookerdata: Set TOPDIR when using bblayers.confRichard Purdie2013-08-301-0/+3
* bitbake: cookerdata: Improve message if BBPATH is unset and bblayers.conf not...Richard Purdie2013-06-281-1/+6
* bitbake: bitbake: Add event mask flag supportBogdan Marinescu2013-06-141-1/+1
* bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie2013-06-141-0/+18
* bitbake: cookerdata: Fix tinfoil by adding missinge extra_caches defaultRichard Purdie2013-05-301-0/+1
* bitbake: bitbake: move extra cache collection out of cookerAlexandru DAMIAN2013-05-301-1/+0
* bitbake: cooker/cookerdata: Improve configuration object handlingRichard Purdie2013-05-241-9/+12
* bitbake: cooker/cookerdata/event: Improve class handlers managementRichard Purdie2013-05-241-0/+1
* bitbake: cooker/cookerdata/utils: Improve context managementRichard Purdie2013-05-241-0/+1
* bitbake: cookerdata: rename _parse to parse_config_filePaul Eggleton2013-05-221-6/+6
* bitbake: bitbake/cookerdata: Explicitly specify cooker configuration optionsRichard Purdie2013-05-221-2/+11
* bitbake: cooker: Split configuration parsing code into cookerdataRichard Purdie2013-05-221-0/+130
* bitbake: cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie2013-05-221-1/+56
* bitbake: bitbake: Create cookerdata splitting config from cooker and bin/bitbakeRichard Purdie2013-05-221-0/+73