aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/parse
AgeCommit message (Expand)Author
2024-04-14BBHandler: Handle unclosed functions correctlyRichard Purdie
2024-01-12ast/BBHandler: Add inherit_defer supportRichard Purdie
2024-01-10ast: Fix EXPORT_FUNCTIONS bugRichard Purdie
2023-09-18lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-04-13bitbake: ConfHandler: Allow variable flag name with a single characterKai Kang
2023-03-23ConfHandler: Allow the '@' character in variable flag namesJames R T
2023-03-21fetch2: Add autorev warning when it is set too lateRichard Purdie
2022-12-17ast/data/codeparser: Add dependencies from python module functionsRichard Purdie
2022-12-08parse: Add support for addpylib conf file directive and BB_GLOBAL_PYMODULESRichard Purdie
2022-11-27BBHandler: Remove pointless global variable declarationsRichard Purdie
2022-08-12BBHandler/cooker: Implement recipe and global classesRichard Purdie
2022-08-10BBHandler: Make inherit calls more directlyRichard Purdie
2022-08-10BBHandler: Allow earlier exit for classes not foundRichard Purdie
2022-07-04ConfHandler/BBHandler: Improve comment error messages and add testsRichard Purdie
2022-06-21ConfHandler: Remove lingering closeOla x Nilsson
2022-04-14ast: Improve function flags handling for EXPORT_FUNCTIONSRichard Purdie
2022-04-03parse: Ensure any existing siggen is closed down firstRichard Purdie
2022-02-21lib/bb: fix exit when found renamed variablesMarta Rybczynska
2021-11-13cache/ConfHandler: Drop TOPDIR/chdir manipulationsRichard Purdie
2021-11-10parse/ast: Show warnings for append/prepend/remove operators combined with +=/.=Richard Purdie
2021-09-09parse_py: Drop deprecated function referenceRichard Purdie
2021-08-02bitbake: Switch to using new override syntaxRichard Purdie
2021-07-29parse/ast: Substitute '~' when naming anonymous functionsPaul Barker
2021-07-20data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-02-11event: Prevent bitbake from executing event handler for wrong multiconfig targetTomasz Dziendzielski
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-02-09BBHandler: Don't classify shell functions that names start with "python*" as ...Tomasz Dziendzielski
2020-11-08BBHandler: prompt error when task name contain expressionLee Chee Yang
2020-07-21build: Allow deltask to take multiple tasknamesRichard Purdie
2020-05-21event/ast: Add RecipePostKeyExpansion eventRichard Purdie
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2019-10-23bitbake: ConfHandler: Use with to manage filehandle lifetimeOla x Nilsson
2019-06-27bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-04-30BBHandler: Fix addtask and deltaskRobert Yang
2019-02-05bitbake: ConfHandler: Don't strip leading spacesRobert Yang
2019-01-14bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-12-01bitbake: BBHandler: Check tab indentation for python codeRobert Yang
2018-11-16BBHandler: Fix __python_func_regexp__ for comment linesRobert Yang
2018-11-16parse/ast: fix line number for anonymous functionRobert Yang
2018-08-24parse/ast: ensure saved event handlers really do get restoredPaul Eggleton
2018-03-03parse/ast: Abstract anonymous function execution into a functionRichard Purdie
2018-02-09bitbake: parse: fixes for resolve_file()Robert Yang
2017-08-09cooker: Improve inotify overflow handlingRichard Purdie
2017-07-07BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz
2017-06-12ConfHandler.py: allow require or include with multiple parametersPatrick Ohly
2017-06-12ConfHandler.py: allow require or include without parameterPatrick Ohly