summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/ConfHandler.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: ConfHandler: Allow variable flag name with a single characterKai Kang2023-04-131-2/+2
* bitbake: ConfHandler: Allow the '@' character in variable flag namesJames R T2023-03-231-2/+2
* bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...Richard Purdie2022-12-081-3/+11
* bitbake: ConfHandler/BBHandler: Improve comment error messages and add testsRichard Purdie2022-07-041-2/+7
* bitbake: ConfHandler: Remove lingering closeOla x Nilsson2022-06-211-2/+0
* bitbake: cache/ConfHandler: Drop TOPDIR/chdir manipulationsRichard Purdie2021-11-151-4/+1
* bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie2021-07-201-1/+1
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-1/+1
* bitbake: bitbake: ConfHandler: Use with to manage filehandle lifetimeOla x Nilsson2019-10-281-23/+23
* bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang2019-06-281-1/+0
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: bitbake: ConfHandler: Don't strip leading spacesRobert Yang2019-02-061-1/+1
* bitbake: bitbake: parse: fixes for resolve_file()Robert Yang2018-02-141-3/+0
* bitbake: ConfHandler.py: allow require or include with multiple parametersPatrick Ohly2017-06-131-8/+12
* bitbake: ConfHandler.py: allow require or include without parameterPatrick Ohly2017-06-131-0/+4
* bitbake: ConfHandler: Require whitespace between export and variable nameOla x Nilsson2017-06-051-1/+1
* bitbake: ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt2017-03-131-4/+4
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-3/+3
* bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen2016-08-181-0/+12
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-2/+2
* 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-231-2/+2
* bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie2015-05-291-1/+0
* 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: ConfHandlerr: Use full path in variable historyMarius Avram2014-03-211-1/+1
* bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie2013-11-301-1/+8
* bitbake: parse: Return IOError when including file with absolute pathMartin Jansa2013-08-261-1/+1
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-091-0/+2
* 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-211-1/+1
* bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie2013-01-211-3/+10
* bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie2012-09-281-1/+1
* ConfHandler.py: Add a hook for config parsingRichard Purdie2012-04-131-0/+11
* 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-231-5/+6
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-9/+9
* parse_py: Use absolute paths for FILERichard Purdie2011-11-181-1/+1
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
* parse: pass filename, lineno into the astChris Larson2011-01-101-4/+4
* ConfHandler: commentary typo fixesBernhard Reutner-Fischer2011-01-041-3/+3
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-2/+3
* Move the unset BBPATH sanity check after the bblayers processingChris Larson2010-07-021-4/+1
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-1/+1