index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Why is bb/__init__.py importing bb?
Chris Larson
2010-03-25
1
-1
/
+2
*
data_smart: be explicit about what we make available to eval'd python code
Chris Larson
2010-03-25
1
-2
/
+7
*
Fix 7 references to undefined variables, as spotted by pyflakes
Chris Larson
2010-03-25
4
-8
/
+7
*
bb.utils: remove old portage remnants
Chris Larson
2010-03-25
2
-588
/
+1
*
bb.utils: utilize string.letters and string.digits
Chris Larson
2010-03-25
1
-5
/
+3
*
bb.which: fix broken direction/reverse argument
Chris Larson
2010-03-25
1
-1
/
+1
*
crumbs: fix hassattr typo
Chris Larson
2010-03-25
1
-1
/
+1
*
Implement BBVERSIONS
Chris Larson
2010-03-25
3
-29
/
+121
*
Expand PREMIRRORS
Enrico Scholz
2010-03-25
1
-1
/
+1
*
utils: improve wording of error message
Bernhard Reutner-Fischer
2010-03-25
1
-1
/
+1
*
bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packages
Richard Purdie
2010-03-23
1
-0
/
+2
*
bitbake/cooker.py: Add support for a bblayers.conf file
Richard Purdie
2010-03-22
1
-8
/
+25
*
bitbake/providers: Fix merge error
Richard Purdie
2010-03-22
1
-3
/
+3
*
cooker: bail out early if no files to build
Bernhard Reutner-Fischer
2010-03-22
1
-1
/
+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
2
-1
/
+12
*
Avoid unnecessary calls to keys() when iterating over dictionaries.
Chris Larson
2010-03-22
6
-30
/
+21
*
knotty: tweak failure phrase
Bernhard Reutner-Fischer
2010-03-22
1
-1
/
+1
*
Fix ud.basecmd error introduced by the FETCHCMD_git commit
Chris Larson
2010-03-22
1
-1
/
+2
*
Add initial 'repo' fetcher
Tom Rini
2010-03-22
2
-0
/
+108
*
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
*
Kill unused projectdir in bb package.
Chris Larson
2010-03-22
1
-12
/
+1
*
Fix msg usage in the moved utility functions.
Chris Larson
2010-03-22
1
-15
/
+15
*
Move most utility functions from bb into bb.utils.
Chris Larson
2010-03-22
2
-909
/
+764
*
Move compat imports in the bb package to avoid circular dep issues.
Chris Larson
2010-03-22
1
-5
/
+4
*
Move encodeurl, decodeurl into bb.fetch.
Chris Larson
2010-03-22
2
-108
/
+95
*
Move MalformedUrl, VarExpandError into appropriate modules.
Chris Larson
2010-03-22
3
-5
/
+9
*
Add FETCHCMD parameter for git
Martyn Welch
2010-03-22
1
-10
/
+13
*
bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except...
Richard Purdie
2010-03-15
1
-1
/
+1
*
bitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"
Richard Purdie
2010-02-16
1
-2
/
+0
*
bitbake: [cache] copy instead of deepcopy in sync
Holger Freyther
2010-02-15
1
-1
/
+1
*
bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...
Chris Larson
2010-02-15
1
-22
/
+13
*
bitbake: [parse] Use bb.which in resolve_file
Chris Larson
2010-02-15
1
-7
/
+3
*
bitbake: [parser] Make resolve_file only resolve the path
Holger Freyther
2010-02-15
3
-16
/
+12
*
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
4
-64
/
+51
*
bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.
Chris Larson
2010-02-15
2
-21
/
+23
*
bitbake: [parse] Don't use relative import of parse_py.
Chris Larson
2010-02-15
1
-1
/
+1
*
bitbake: [parse] Move the last method to the AST...
Holger Freyther
2010-02-15
1
-1
/
+10
*
bitbake: [parser] Move more methods to the ast scheme
Holger Freyther
2010-02-15
1
-31
/
+48
*
bitbake: [parser] Move one more item to the ast
Holger Freyther
2010-02-15
1
-34
/
+41
*
bitbake: [parser] Move methodflags over to the ast
Holger Freyther
2010-02-15
1
-15
/
+23
*
bitbake: [parser] Build fix
Richard Purdie
2010-02-15
1
-2
/
+2
*
bitbake: [parser] Move more statements over the two phase AST
Holger Freyther
2010-02-15
1
-17
/
+40
*
bitbake: [parse] Change handling include through the AstNode
Holger Freyther
2010-02-15
1
-8
/
+2
*
bitbake: [parser] Call eval and remove non ast code
Holger Freyther
2010-02-15
1
-2
/
+1
*
bitbake: [parser] Call eval immeditaley to test this code
Holger Freyther
2010-02-15
1
-33
/
+4
*
bitbake: [parser] Prepare to cease out getFunc
Holger Freyther
2010-02-15
1
-12
/
+17
[next]