index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
parse
/
ast.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: event: Add SkipRecipe event to replace SkipPackage
Richard Purdie
2014-06-01
1
-3
/
+3
*
bitbake: parse/ast: Show append logging at lower log level
Richard Purdie
2014-05-11
1
-1
/
+1
*
bitbake: parse/ast: Optimise data finalisation
Richard Purdie
2014-04-23
1
-3
/
+5
*
bitbake: ast: Fix support for anonymous methods in wildcard .bbappend files
Jacob Kroon
2014-02-24
1
-1
/
+3
*
bitbake: build/ast: Create strong task add/del API in bb.build
Richard Purdie
2013-12-18
1
-31
/
+2
*
bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)
Richard Purdie
2013-12-18
1
-1
/
+24
*
bitbake: bitbake: python funcname can not include special character @
Li Wang
2013-06-27
1
-1
/
+1
*
bitbake: bitbake: Add event mask flag support
Bogdan Marinescu
2013-06-14
1
-2
/
+1
*
bitbake: methodpool: Retire it, remove global method scope
Richard Purdie
2013-05-24
1
-5
/
+3
*
bitbake: bitbake: data_smart.py and friends: Track variable history
Peter Seebach
2013-01-18
1
-5
/
+25
*
bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usage
Richard Purdie
2012-12-11
1
-36
/
+27
*
bitbake: ast: Store anonymous python function contents in the datstore
Richard Purdie
2012-08-23
1
-0
/
+1
*
bitbake: ast: Extract text variable in PythonMethodNode
Richard Purdie
2012-08-23
1
-2
/
+3
*
bitbake: ast: Rename PythonMethodNode define variable to modulename
Richard Purdie
2012-08-23
1
-6
/
+6
*
bitbake: methodpool: Clean up the parsed module list handling to be slightly ...
Richard Purdie
2012-08-23
1
-1
/
+0
*
bitbake: event/ast: Use better_exec instead of simple_exec
Richard Purdie
2012-08-22
1
-1
/
+1
*
bitbake: bitbake: Warn upon finding tab indentation in python functions
Richard Purdie
2012-07-19
1
-2
/
+2
*
parse/ast: Expand inherit statements before splitting them
Richard Purdie
2012-03-15
1
-2
/
+2
*
bitbake: Added BBINCLUDED variable.
Lianhao Lu
2012-02-28
1
-0
/
+2
*
bitbake: add file and line number to ParseError
Paul Eggleton
2012-02-23
1
-4
/
+4
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-50
/
+50
*
bitbake/ast: include class name when arguments given in variant
Paul Eggleton
2011-07-25
1
-6
/
+8
*
bitbake/ast: Fix ??= vs. ?= handling
Richard Purdie
2011-07-05
1
-2
/
+2
*
bitbake/ast: Add optional argument for BBCLASSEXTEND
Richard Purdie
2011-06-28
1
-3
/
+21
*
bitbake/ast: Call expandkeys after the RecipePreFinalise event
Richard Purdie
2011-06-28
1
-2
/
+1
*
bitbake/event/ast: Add RecipePreFinalise event
Richard Purdie
2011-06-09
1
-6
/
+9
*
bitbake/parse/ast: We always need to finalize the default data since otherwis...
Richard Purdie
2011-06-09
1
-2
/
+1
*
track skipped packages
Paul Eggleton
2011-06-09
1
-6
/
+6
*
parse: pass a useful (if mangled) key to bb.data.expand for :=
Chris Larson
2011-06-07
1
-1
/
+1
*
bitbake/ast.py: Only run finalise() for the specified variant
Richard Purdie
2011-05-05
1
-2
/
+6
*
bitbake/data_smart: Improve the way lazyassignment works
Richard Purdie
2011-02-23
1
-8
/
+0
*
parse: pass filename, lineno into the ast
Chris Larson
2011-01-10
1
-49
/
+56
*
parse.ast: drop __word__ regular expression
Chris Larson
2011-01-06
1
-4
/
+3
*
parse.ast: avoid code duplication for inherit
Chris Larson
2011-01-06
1
-6
/
+5
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-4
/
+8
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
1
-3
/
+3
*
bitbake/ast: Ensure function definitions are always added to the dictonary
Richard Purdie
2010-09-03
1
-4
/
+4
*
bitbake/data.py: Add emit_func() and generate_dependencies() functions
Richard Purdie
2010-08-31
1
-0
/
+2
*
bitbake/BBHandler: Save python functions into the dictonary
Richard Purdie
2010-08-31
1
-3
/
+7
*
bitbake: Add support for .bbappend files (see mailing lists for detais)
Richard Purdie
2010-07-16
1
-1
/
+5
*
3.0 prep
Chris Larson
2010-07-02
1
-0
/
+2
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
1
-6
/
+7
*
Kill the unnecessary setVarFlag debugging message
Chris Larson
2010-07-02
1
-1
/
+0
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-1
/
+1
*
Import fixups
Chris Larson
2010-07-02
1
-0
/
+1
*
Formatting cleanups
Chris Larson
2010-07-02
1
-1
/
+1
*
Rename the finalise method for consistency
Chris Larson
2010-07-02
1
-4
/
+4
*
Resurrect merged anonfunc execution
Chris Larson
2010-07-02
1
-4
/
+9
*
Consolidate the exec/eval bits, switch anonfunc to better_exec, etc
Chris Larson
2010-07-02
1
-30
/
+6
*
Implement BBVERSIONS
Chris Larson
2010-03-25
1
-0
/
+114
[next]