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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ConfHandler.py: Add a hook for config parsing
Richard Purdie
2012-04-13
1
-0
/
+11
*
parse/ast: Expand inherit statements before splitting them
Richard Purdie
2012-03-15
2
-3
/
+3
*
meta/classes: Convert to use appendVar and appendVarFlags
Richard Purdie
2012-03-05
1
-1
/
+1
*
parse/ConfHandler: Fix enthusiatic export regexp matching
Richard Purdie
2012-02-29
1
-1
/
+1
*
bitbake/ConfHandler: Be more strict about variable quoting
Richard Purdie
2012-02-28
1
-2
/
+1
*
bitbake: Added BBINCLUDED variable.
Lianhao Lu
2012-02-28
2
-0
/
+11
*
bitbake: add file and line number to ParseError
Paul Eggleton
2012-02-23
4
-15
/
+25
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
4
-63
/
+63
*
parse_py: Use absolute paths for FILE
Richard Purdie
2011-11-18
2
-2
/
+2
*
Fix typos in local.conf.sample and local.conf.sample.extended
Robert Yang
2011-10-11
1
-1
/
+0
*
bitbake: Correctly handle multiline comments including whitespace
Richard Purdie
2011-08-31
1
-6
/
+6
*
bitbake/ast: include class name when arguments given in variant
Paul Eggleton
2011-07-25
1
-6
/
+8
*
parse/ConfHandler: Fix multiline variable corruption
Richard Purdie
2011-07-21
1
-1
/
+1
*
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
*
bitbake/BBHandler: Improve handling of multiline comments and warn users of t...
Richard Purdie
2011-02-22
1
-2
/
+11
*
BBHandler: remove bb.fetch referrence
Yu Ke
2011-01-10
1
-1
/
+1
*
parse: pass filename, lineno into the ast
Chris Larson
2011-01-10
3
-60
/
+68
*
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
*
ConfHandler: commentary typo fixes
Bernhard Reutner-Fischer
2011-01-04
1
-3
/
+3
*
BBHandler: use basename directly in handler()
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
parse: Use constants from stat instead of magic numbers
Bernhard Reutner-Fischer
2011-01-04
1
-3
/
+4
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-4
/
+3
*
parse: use bb.utils.which
Chris Larson
2011-01-04
1
-1
/
+1
*
BBHandler: use os.path in inherit()
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
BBHandler: simplify supports()
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+2
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
4
-12
/
+23
*
bitbake/siggen: Ensure full signature data is not held unless needed, reducin...
Richard Purdie
2010-09-29
1
-2
/
+2
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
2
-3
/
+7
*
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
2
-5
/
+10
*
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
3
-7
/
+12
*
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
*
parser: fix harmless typo in variable name
Bernhard Reutner-Fischer
2010-07-02
1
-4
/
+4
*
cache: use a set() for __depends
Bernhard Reutner-Fischer
2010-07-02
1
-2
/
+2
*
Make the file not found error actually useable.
Chris Larson
2010-07-02
1
-3
/
+5
*
Don't try to expand non-string values
Chris Larson
2010-07-02
1
-1
/
+1
*
Move the unset BBPATH sanity check after the bblayers processing
Chris Larson
2010-07-02
1
-4
/
+1
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
4
-7
/
+7
[next]