summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: add state.get_name methodEd Bartosh2016-01-061-0/+8
* bitbake: fetch2/__init__.py: Add support for 7-ZipJuro Bystricky2016-01-061-0/+4
* bitbake: utils: Remove double compile from better_compileRichard Purdie2016-01-061-5/+4
* bitbake: fetch2/local.py: avoid using PREMIRRORRobert Yang2016-01-061-0/+5
* bitbake: siggen: Change exception note into a warningRichard Purdie2016-01-061-1/+1
* bitbake: data: Drop misleading ExpansionError exceptionRichard Purdie2016-01-061-1/+2
* bitbake: cooker: Drop useless parsing exceptionRichard Purdie2016-01-061-5/+0
* bitbake: data: Pass lineno/filename data from build_dependenciesRichard Purdie2016-01-061-2/+2
* bitbake: codeparser: Add support for correct linenumbersRichard Purdie2016-01-061-2/+8
* bitbake: event/utils/methodpool: Add a cache of compiled code objectsRichard Purdie2015-12-223-8/+27
* bitbake: BBHandler: Improve IN_PYTHON_EOF handlingRichard Purdie2015-12-221-14/+4
* bitbake: knotty: Improve exception error messageRichard Purdie2015-12-181-1/+3
* bitbake: knotty: Fix row/column function return value issueRichard Purdie2015-12-181-1/+1
* bitbake: buildinfohelper: Update for buildstats layout changeRichard Purdie2015-12-181-5/+3
* bitbake: fetch: use orig localpath when calling orig methodChristopher Larson2015-12-181-1/+1
* bitbake: utils: Improve traceback from better_exec internal errorsRichard Purdie2015-12-181-2/+4
* bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie2015-12-185-14/+32
* bitbake: runqueue: Add support for <task>- syntaxRichard Purdie2015-12-181-8/+18
* bitbake: toaster: Start Django machinery for database accessElliot Smith2015-12-141-0/+3
* bitbake: toaster: Create default project with get_or_create* methodElliot Smith2015-12-141-2/+7
* bitbake: toaster: Fix references to app pathsEd Bartosh2015-12-141-8/+8
* bitbake: toasterui: process SetBRBE eventEd Bartosh2015-12-141-0/+2
* bitbake: event: Fix subprocess event error traceback failuresRichard Purdie2015-12-141-0/+2
* bitbake: toaster: toasterui Add ParseStarted/ParseProgress events to maskbrian avery2015-12-091-2/+12
* bitbake: knotty: Enforce terminal line limit to stop crazy scrollingRichard Purdie2015-12-081-3/+4
* bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin2015-12-083-8/+8
* bitbake: toaster: get rid of complicated heuristicsEd Bartosh2015-12-071-38/+9
* bitbake: toaster: buildinfohelper Broaden the toaster created recipe data caseMichael Wood2015-12-071-4/+3
* bitbake: toaster: do not create duplicate HelpText objectsEd Bartosh2015-12-071-7/+3
* bitbake: toaster: do not terminate bb serverEd Bartosh2015-12-071-9/+5
* bitbake: toaster: update brbe and project attributesEd Bartosh2015-12-071-0/+6
* bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf...Paul Eggleton2015-12-072-14/+267
* bitbake: lib/bb/utils: fix error in edit_metadata() when deleting first linePaul Eggleton2015-12-071-1/+1
* bitbake: wget.py: parse only <a> tagsAlexander Kanavin2015-12-071-2/+3
* bitbake: data_smart: Only support lowercase OVERRIDESRichard Purdie2015-11-161-2/+2
* bitbake: fetch2: Remove crazy code in unpackRichard Purdie2015-11-161-3/+0
* bitbake: parse: Don't try to expand __base_depends/__dependsRichard Purdie2015-11-161-2/+2
* bitbake: cache: Don't try to expand __inherit_dataRichard Purdie2015-11-161-3/+3
* bitbake: codeparser: Only load the codeparser cache onceRichard Purdie2015-11-161-0/+4
* bitbake: toasterui: Create per-build logsElliot Smith2015-10-292-30/+94
* bitbake: build/utils: Add BB_TASK_IONICE_LEVEL supportRichard Purdie2015-10-292-0/+31
* bitbake: cooker: Ensure BB_CONSOLE remains correct over server resetsRichard Purdie2015-10-291-0/+7
* bitbake: bb/ui: Use getSetVariable command for BB_CONSOLELOGRichard Purdie2015-10-292-2/+2
* bitbake: command: Add getSetVariable commandRichard Purdie2015-10-291-0/+10
* bitbake: toaster: add get_or_create_targets APIEd Bartosh2015-10-271-15/+21
* bitbake: fetcher: svn: Add support for checkout to a custom pathJens Rehsack2015-10-271-2/+7
* bitbake: cooker: preserve pre and post configsEd Bartosh2015-10-273-0/+14
* bitbake: fetch2/hg: Include missing errno importLogan Buchy2015-10-161-0/+1
* bitbake: cooker: normalize build targetsEd Bartosh2015-10-161-1/+19
* bitbake: toaster: Record critical errorsElliot Smith2015-10-162-1/+6