summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: ast/BBHandler: Add inherit_defer supportRichard Purdie2024-01-181-0/+22
* bitbake: ast: Fix EXPORT_FUNCTIONS bugRichard Purdie2024-01-101-4/+5
* bitbake: fetch2: Add autorev warning when it is set too lateRichard Purdie2023-03-221-0/+3
* bitbake: ast/data/codeparser: Add dependencies from python module functionsRichard Purdie2022-12-171-0/+12
* bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...Richard Purdie2022-12-081-0/+27
* bitbake: ast: Improve function flags handling for EXPORT_FUNCTIONSRichard Purdie2022-04-141-1/+1
* bitbake: lib/bb: fix exit when found renamed variablesMarta Rybczynska2022-02-211-0/+4
* bitbake: parse/ast: Show warnings for append/prepend/remove operators combine...Richard Purdie2021-11-101-0/+4
* bitbake: bitbake: Switch to using new override syntaxRichard Purdie2021-08-021-2/+0
* bitbake: parse/ast: Substitute '~' when naming anonymous functionsPaul Barker2021-07-291-1/+1
* bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie2021-07-201-0/+2
* bitbake: event: Prevent bitbake from executing event handler for wrong multic...Tomasz Dziendzielski2021-02-161-1/+1
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-2/+2
* bitbake: build: Allow deltask to take multiple tasknamesRichard Purdie2020-07-211-4/+6
* bitbake: event/ast: Add RecipePostKeyExpansion eventRichard Purdie2020-05-271-0/+3
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-10/+10
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-4/+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-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: parse/ast: fix line number for anonymous functionRobert Yang2018-11-191-1/+1
* bitbake: parse/ast: ensure saved event handlers really do get restoredPaul Eggleton2018-08-241-18/+19
* bitbake: parse/ast: Abstract anonymous function execution into a functionRichard Purdie2018-03-041-4/+7
* bitbake: lib: Drop now unneeded update_data callsRichard Purdie2017-02-151-3/+0
* bitbake: event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie2017-01-201-0/+1
* bitbake: ast: remove BBVERSIONS supportRoss Burton2016-11-301-67/+0
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-301-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-6/+6
* bitbake: cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen2016-09-021-0/+2
* bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen2016-08-181-0/+33
* bitbake: cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie2016-08-181-4/+0
* bitbake: parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie2016-06-151-1/+3
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-9/+9
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-021-2/+1
* bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie2016-02-101-28/+15
* bitbake: parse/ast: Mark anonymous functions as python functionsRichard Purdie2016-02-041-2/+2
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-7/+7
* bitbake: ast: Add filename/lineno to mapped functionsRichard Purdie2016-01-061-0/+2
* bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie2015-12-181-5/+11
* bitbake: build: delete tasks thoroughlyChristopher Larson2015-09-031-2/+1
* bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie2015-07-121-7/+7
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-11/+11
* bitbake: parse/ast: Fix issue if path contains '&'Pascal Bach2015-01-291-1/+1
* bitbake: ast: Add error when trying to use dash in sh function namesRichard Purdie2015-01-081-0/+2
* bitbake: data: rename defaultval to _defaultvalRoss Burton2014-12-031-1/+1
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-3/+3
* bitbake: parse/ast: Show append logging at lower log levelRichard Purdie2014-05-111-1/+1
* bitbake: parse/ast: Optimise data finalisationRichard Purdie2014-04-231-3/+5
* bitbake: ast: Fix support for anonymous methods in wildcard .bbappend filesJacob Kroon2014-02-241-1/+3
* bitbake: build/ast: Create strong task add/del API in bb.buildRichard Purdie2013-12-181-31/+2