summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_py/ConfHandler.py
AgeCommit message (Expand)Author
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-08-17ast/ConfHandler: Add a syntax to clear variableJérémy Rosen
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2015-08-01bb.parse: properly error out on filesystem errorsChristopher Larson
2015-06-19bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-29ConfHandler: Fix bogus dependency problemsRichard Purdie
2015-01-15ConfHandler: Clean up bogus importsRichard Purdie
2015-01-15ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie
2014-03-21ConfHandlerr: Use full path in variable historyMarius Avram
2013-11-29parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie
2013-08-24parse: Return IOError when including file with absolute pathMartin Jansa
2013-05-09lib: Clean up various file access syntaxRichard Purdie
2013-02-15ConfHandler: Use re.X to make long regexp more readableOlof Johansson
2013-02-14ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie
2013-01-22parse_py: add ~ to config_regexpConstantin Musca
2013-01-21BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie
2013-01-21bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie
2012-09-28parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie
2012-04-13ConfHandler.py: Add a hook for config parsingRichard Purdie
2012-03-03bitbake: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2012-02-29parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie
2012-02-28bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie
2012-02-23bitbake: add file and line number to ParseErrorPaul Eggleton
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-18parse_py: Use absolute paths for FILERichard Purdie
2011-07-21parse/ConfHandler: Fix multiline variable corruptionRichard Purdie
2011-01-05parse: pass filename, lineno into the astChris Larson
2011-01-04ConfHandler: commentary typo fixesBernhard Reutner-Fischer
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-04-14Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-02-26Implement ??= operatorChris Larson
2010-02-19Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson
2010-02-12[parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-12[parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-12[parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-12[parser] Move evaluating into the ast class...Holger Freyther
2010-01-22parse_py/ConfHandler.py: missing colon after elseMartin Jansa
2010-01-21ConfHandler: Fix require vs. include behaviourRichard Purdie
2010-01-21[parser] Move more stuff out the feederHolger Freyther
2010-01-21[parse] Unify opening a file...Holger Freyther
2010-01-21[parser] Kill obtain/localpath from the parserHolger Freyther
2009-07-29Initial switch from distutils to setuptools.Chris Larson
2009-04-08Make the bbpath change for includes temporary rather than permanent.Chris Larson
2008-09-30cooker.py: Add parseConfiguration() function and move inheritFromOS call outs...Richard Purdie
2007-09-04Add support for the syntax "export VARIABLE"Richard Purdie