summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/ConfHandler.py
AgeCommit message (Expand)Author
2023-04-13bitbake: bitbake: ConfHandler: Allow variable flag name with a single characterKai Kang
2023-03-23bitbake: ConfHandler: Allow the '@' character in variable flag namesJames R T
2022-12-08bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...Richard Purdie
2022-07-04bitbake: ConfHandler/BBHandler: Improve comment error messages and add testsRichard Purdie
2022-06-21bitbake: ConfHandler: Remove lingering closeOla x Nilsson
2021-11-15bitbake: cache/ConfHandler: Drop TOPDIR/chdir manipulationsRichard Purdie
2021-07-20bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-02-10bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt
2019-10-28bitbake: bitbake: ConfHandler: Use with to manage filehandle lifetimeOla x Nilsson
2019-06-28bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-02-06bitbake: bitbake: ConfHandler: Don't strip leading spacesRobert Yang
2018-02-14bitbake: bitbake: parse: fixes for resolve_file()Robert Yang
2017-06-13bitbake: ConfHandler.py: allow require or include with multiple parametersPatrick Ohly
2017-06-13bitbake: ConfHandler.py: allow require or include without parameterPatrick Ohly
2017-06-05bitbake: ConfHandler: Require whitespace between export and variable nameOla x Nilsson
2017-03-13bitbake: ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-08-18bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2015-08-01bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-29bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie
2015-01-16bitbake: ConfHandler: Clean up bogus importsRichard Purdie
2015-01-16bitbake: ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie
2014-03-21bitbake: ConfHandlerr: Use full path in variable historyMarius Avram
2013-11-30bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie
2013-08-26bitbake: parse: Return IOError when including file with absolute pathMartin Jansa
2013-05-09bitbake: lib: Clean up various file access syntaxRichard Purdie
2013-02-15bitbake: ConfHandler: Use re.X to make long regexp more readableOlof Johansson
2013-02-14bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie
2013-01-22bitbake: parse_py: add ~ to config_regexpConstantin Musca
2013-01-21bitbake: BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie
2013-01-21bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie
2012-09-28bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie
2012-04-13ConfHandler.py: Add a hook for config parsingRichard Purdie
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard 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-27bitbake: Update 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-10parse: pass filename, lineno into the astChris Larson
2011-01-04ConfHandler: commentary typo fixesBernhard Reutner-Fischer
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson