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
/
parse_py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-6
/
+8
*
bitbake/BBHandler: Save python functions into the dictonary
Richard Purdie
2010-08-31
1
-2
/
+3
*
3.0 prep
Chris Larson
2010-07-02
2
-7
/
+10
*
parser: fix harmless typo in variable name
Bernhard Reutner-Fischer
2010-07-02
1
-4
/
+4
*
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
2
-4
/
+4
*
Deprecate the usage of certain objects via certain modules
Chris Larson
2010-07-02
1
-1
/
+1
*
Drop __all__ usage
Chris Larson
2010-07-02
1
-2
/
+0
*
Import fixups
Chris Larson
2010-07-02
2
-4
/
+4
*
Formatting cleanups
Chris Larson
2010-07-02
2
-2
/
+2
*
Stop using functions via 'bb' that were moved from there to other modules
Chris Larson
2010-07-02
1
-1
/
+2
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-1
/
+1
*
Implement BBVERSIONS
Chris Larson
2010-03-25
1
-24
/
+2
*
Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...
Chris Larson
2010-03-22
1
-14
/
+16
*
Implement ??= operator
Chris Larson
2010-03-22
1
-1
/
+1
*
Re-getVar BBCLASSEXTEND after finalise()
Chris Larson
2010-03-22
1
-3
/
+2
*
Error early if BBPATH is unset, rather than falling back to share/bitbake
Chris Larson
2010-03-22
1
-5
/
+1
*
bitbake: [parser] Make resolve_file only resolve the path
Holger Freyther
2010-02-15
2
-4
/
+6
*
bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup
Holger Freyther
2010-02-15
1
-14
/
+23
*
bitbake: [parser] prepare to cache some .bbcclass and .inc files
Holger Freyther
2010-02-15
1
-11
/
+18
*
bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file
Holger Freyther
2010-02-15
2
-27
/
+36
*
bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.
Chris Larson
2010-02-15
1
-21
/
+3
*
bitbake: [parser] Add documentation about usage of this code
Holger Freyther
2010-02-15
1
-0
/
+1
*
bitbake: [parser] Move the finalise into the ast as well
Holger Freyther
2010-02-15
1
-43
/
+2
*
bitbake: [parser] Cary a Statement Node through the parsing
Holger Freyther
2010-02-15
2
-24
/
+25
*
bitbake: [parser] Move evaluating into the ast class...
Holger Freyther
2010-02-15
2
-180
/
+16
*
bitbake: BBHandler: pass lineno and fn to handleMethod
Khem Raj
2010-02-10
1
-2
/
+2
*
bitbake: parse_py/ConfHandler.py: missing colon after else
Martin Jansa
2010-02-10
1
-1
/
+1
*
bitbake: ConfHandler: Fix require vs. include behaviour
Richard Purdie
2010-02-10
1
-1
/
+4
*
bitbake: [parser] Move more stuff out the feeder
Holger Freyther
2010-02-10
1
-38
/
+48
*
bitbake: [parse] Move inherit handling to method
Holger Freyther
2010-02-10
1
-4
/
+6
*
bitbake: [parsers] Move out more functions
Holger Freyther
2010-02-10
1
-70
/
+78
*
bitbake: [parser] Move more stuff out to separate methods...
Holger Freyther
2010-02-10
1
-20
/
+25
*
bitbake: [parser] Move the handling of a method to a function
Holger Freyther
2010-02-10
1
-11
/
+15
*
bitbake: [parse] Unify opening a file...
Holger Freyther
2010-02-10
2
-37
/
+4
*
bitbake: [parser] Kill obtain/localpath from the parser
Holger Freyther
2010-02-10
2
-54
/
+3
*
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
2010-01-20
2
-15
/
+30
*
bitbake/BBHandler: Only add do_ prefix to tasks if its not already present
Richard Purdie
2009-12-18
1
-1
/
+2
*
bitbake: Sync various functions with those from bitbake-dev and bitbake upstream
Richard Purdie
2009-11-13
1
-1
/
+3
*
bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...
Richard Purdie
2009-10-13
1
-12
/
+17
*
bitbake: Remove unused and hence pointless internal__functions__ variable
Richard Purdie
2009-10-13
1
-7
/
+0
*
bitbake: Merge further fixes from upstream 1.8 branch
Richard Purdie
2009-05-11
2
-6
/
+7
*
bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...
Richard Purdie
2009-01-03
1
-1
/
+15
*
bitbake/BBHandler.py: Move handler finalisation code into a separate function
Richard Purdie
2009-01-02
1
-58
/
+35
*
bitbake: Improve error message for missing class files
Richard Purdie
2008-11-06
1
-1
/
+1
*
bitbake/bitbake-dev: Sync with upstream
Richard Purdie
2008-09-30
1
-1
/
+0
*
ConfHandler.py: revert accidental commit
Richard Purdie
2008-09-16
1
-0
/
+1
[next]