summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py
AgeCommit message (Expand)Author
2020-07-21bitbake: build: Allow deltask to take multiple tasknamesRichard Purdie
2020-01-19bitbake: lib: remove unused importsFrazer Clews
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-04-30bitbake: BBHandler: Fix addtask and deltaskRobert Yang
2019-02-06bitbake: bitbake: ConfHandler: Don't strip leading spacesRobert Yang
2019-01-16bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-12-05bitbake: bitbake: BBHandler: Check tab indentation for python codeRobert Yang
2018-11-19bitbake: BBHandler: Fix __python_func_regexp__ for comment linesRobert Yang
2018-02-14bitbake: bitbake: parse: fixes for resolve_file()Robert Yang
2017-07-08bitbake: BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz
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-12-16bitbake: BBHandler: use with instead of open/close2.3_M1Ross Burton
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-06-02bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-02-10bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie
2015-12-22bitbake: BBHandler: Improve IN_PYTHON_EOF handlingRichard 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-06-05bitbake: parse/BBHandler: Avoid repeatedly resetting FILERichard Purdie
2015-05-29bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie
2015-05-29bitbake: BBHandler: Drop cwd from search pathRichard Purdie
2015-05-15bitbake: BBHandler: Error for incomplete function definitionsRichard Purdie
2015-01-16bitbake: ConfHandler: Clean up bogus importsRichard Purdie
2015-01-16bitbake: ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11bitbake: parse: Improve file inheritance loggingRichard Purdie
2014-03-21bitbake: ConfHandlerr: Use full path in variable historyMarius Avram
2013-12-18bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie
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-24bitbake: methodpool: Retire it, remove global method scopeRichard Purdie
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
2013-01-18bitbake: BBHandler/data: Standardise some setVar access formatsRichard Purdie
2012-12-14bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie
2012-12-11bitbake: BBhandler/data: Fix __inherit_cache duplicationRichard Purdie
2012-12-11bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie