summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
AgeCommit message (Expand)Author
12 daysbitbake: BBHandler: Handle unclosed functions correctlyRichard Purdie
2024-01-18bitbake: ast/BBHandler: Add inherit_defer supportRichard Purdie
2024-01-10bitbake: ast: Fix EXPORT_FUNCTIONS bugRichard Purdie
2023-09-18bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie
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
2023-03-22bitbake: fetch2: Add autorev warning when it is set too lateRichard Purdie
2022-12-17bitbake: ast/data/codeparser: Add dependencies from python module functionsRichard Purdie
2022-12-08bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...Richard Purdie
2022-11-29bitbake: BBHandler: Remove pointless global variable declarationsRichard Purdie
2022-08-12bitbake: BBHandler/cooker: Implement recipe and global classesRichard Purdie
2022-08-12bitbake: BBHandler: Make inherit calls more directlyRichard Purdie
2022-08-12bitbake: BBHandler: Allow earlier exit for classes not foundRichard Purdie
2022-07-04bitbake: ConfHandler/BBHandler: Improve comment error messages and add testsRichard Purdie
2022-06-21bitbake: ConfHandler: Remove lingering closeOla x Nilsson
2022-04-14bitbake: ast: Improve function flags handling for EXPORT_FUNCTIONSRichard Purdie
2022-04-03bitbake: parse: Ensure any existing siggen is closed down firstRichard Purdie
2022-02-21bitbake: lib/bb: fix exit when found renamed variablesMarta Rybczynska
2021-11-15bitbake: cache/ConfHandler: Drop TOPDIR/chdir manipulationsRichard Purdie
2021-11-10bitbake: parse/ast: Show warnings for append/prepend/remove operators combine...Richard Purdie
2021-09-10bitbake: parse_py: Drop deprecated function referenceRichard Purdie
2021-08-02bitbake: bitbake: Switch to using new override syntaxRichard Purdie
2021-07-29bitbake: parse/ast: Substitute '~' when naming anonymous functionsPaul Barker
2021-07-20bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-02-16bitbake: event: Prevent bitbake from executing event handler for wrong multic...Tomasz Dziendzielski
2021-02-10bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-02-10bitbake: BBHandler: Don't classify shell functions that names start with "pyt...Tomasz Dziendzielski
2020-11-08bitbake: BBHandler: prompt error when task name contain expressionLee Chee Yang
2020-07-21bitbake: build: Allow deltask to take multiple tasknamesRichard Purdie
2020-05-27bitbake: event/ast: Add RecipePostKeyExpansion eventRichard Purdie
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
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-11-19bitbake: parse/ast: fix line number for anonymous functionRobert Yang
2018-08-24bitbake: parse/ast: ensure saved event handlers really do get restoredPaul Eggleton
2018-03-04bitbake: parse/ast: Abstract anonymous function execution into a functionRichard Purdie
2018-02-14bitbake: bitbake: parse: fixes for resolve_file()Robert Yang
2017-08-13bitbake: cooker: Improve inotify overflow handlingRichard Purdie
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