summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt2017-03-131-4/+4
* bitbake: BBHandler: use with instead of open/close2.3_M1Ross Burton2016-12-161-11/+11
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-302-4/+4
* bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen2016-08-181-0/+12
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-021-1/+1
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-2/+2
* bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie2016-02-101-3/+2
* bitbake: BBHandler: Improve IN_PYTHON_EOF handlingRichard Purdie2015-12-221-14/+4
* bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson2015-08-011-7/+14
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-232-6/+6
* bitbake: parse/BBHandler: Avoid repeatedly resetting FILERichard Purdie2015-06-051-2/+2
* bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie2015-05-291-1/+0
* bitbake: BBHandler: Drop cwd from search pathRichard Purdie2015-05-291-2/+1
* bitbake: BBHandler: Error for incomplete function definitionsRichard Purdie2015-05-151-7/+12
* bitbake: ConfHandler: Clean up bogus importsRichard Purdie2015-01-161-6/+4
* bitbake: ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie2015-01-161-5/+5
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-1/+1
* bitbake: parse: Improve file inheritance loggingRichard Purdie2014-05-111-7/+1
* bitbake: ConfHandlerr: Use full path in variable historyMarius Avram2014-03-211-1/+1
* bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie2013-12-181-0/+6
* bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie2013-11-302-2/+12
* bitbake: parse: Return IOError when including file with absolute pathMartin Jansa2013-08-261-1/+1
* bitbake: methodpool: Retire it, remove global method scopeRichard Purdie2013-05-241-4/+0
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-092-0/+3
* bitbake: ConfHandler: Use re.X to make long regexp more readableOlof Johansson2013-02-151-1/+24
* bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie2013-02-141-1/+1
* bitbake: parse_py: add ~ to config_regexpConstantin Musca2013-01-221-1/+1
* bitbake: BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie2013-01-212-2/+2
* bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie2013-01-212-4/+14
* bitbake: BBHandler/data: Standardise some setVar access formatsRichard Purdie2013-01-181-3/+3
* bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie2012-12-141-1/+6
* bitbake: BBhandler/data: Fix __inherit_cache duplicationRichard Purdie2012-12-111-0/+7
* bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie2012-12-111-10/+5
* bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for...Richard Purdie2012-12-071-3/+2
* bitbake: BBHandler: Ensure parser state engine is correctly reset for new par...Richard Purdie2012-12-071-2/+3
* bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie2012-09-281-1/+1
* bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie2012-08-231-1/+1
* BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie2012-05-251-4/+4
* ConfHandler.py: Add a hook for config parsingRichard Purdie2012-04-131-0/+11
* parse/ast: Expand inherit statements before splitting themRichard Purdie2012-03-151-1/+1
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-1/+1
* parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie2012-02-291-1/+1
* bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie2012-02-281-2/+1
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-232-9/+8
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-272-10/+10
* parse_py: Use absolute paths for FILERichard Purdie2011-11-182-2/+2
* Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang2011-10-111-1/+0
* bitbake: Correctly handle multiline comments including whitespaceRichard Purdie2011-08-311-6/+6
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
* bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie2011-02-221-2/+11