index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
cooker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: Fix handling of empty variables in local config files
Richard Purdie
2010-07-02
1
-1
/
+1
*
Add a warning if a BBFILE_PATTERN doesn't match any bb files
Chris Larson
2010-07-02
1
-2
/
+10
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
1
-9
/
+9
*
Until the interactive mode is fixed, kill it from the valid options, to avoid...
Chris Larson
2010-07-02
1
-3
/
+0
*
Switch from our own 'dummywrite' class to StringIO
Chris Larson
2010-07-02
1
-10
/
+7
*
cooker: Kill __getitem__ usage on exception objects (python 3 prep)
Chris Larson
2010-07-02
1
-4
/
+4
*
cooker: use time.strftime() instead of spawing sh with date
Bernhard Reutner-Fischer
2010-07-02
1
-1
/
+1
*
Move a var definition in cooker.parse_next
Chris Larson
2010-07-02
1
-1
/
+1
*
Don't try to expand non-string values
Chris Larson
2010-07-02
1
-1
/
+1
*
Search up the directory tree for bblayers.conf
Chris Larson
2010-07-02
1
-2
/
+12
*
Add a hack to avoid the req that all vars using LAYERDIR be immediately expanded
Chris Larson
2010-07-02
1
-0
/
+14
*
Move the unset BBPATH sanity check after the bblayers processing
Chris Larson
2010-07-02
1
-0
/
+3
*
Apply the 2to3 print function transform
Chris Larson
2010-07-02
1
-16
/
+17
*
Import fixups
Chris Larson
2010-07-02
1
-4
/
+3
*
Formatting cleanups
Chris Larson
2010-07-02
1
-13
/
+12
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-5
/
+5
*
Made '-b' work with BBCLASSEXTEND
Enrico Scholz
2010-07-02
1
-4
/
+10
*
bitbake: Move the logger initialization from cooker to utils
Jeff Dike
2010-06-29
1
-11
/
+0
*
bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...
Richard Purdie
2010-03-25
1
-2
/
+2
*
BBFILES: use a set to remove duplicates when collecting.
Chris Larson
2010-03-25
1
-4
/
+4
*
bitbake/cooker.py: Add support for a bblayers.conf file
Richard Purdie
2010-03-22
1
-8
/
+25
*
cooker: bail out early if no files to build
Bernhard Reutner-Fischer
2010-03-22
1
-1
/
+2
*
Avoid unnecessary calls to keys() when iterating over dictionaries.
Chris Larson
2010-03-22
1
-6
/
+3
*
bitbake/cooker: Drop unneeded import
Richard Purdie
2010-01-22
1
-1
/
+0
*
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
2010-01-20
1
-279
/
+482
*
bitbake/cooker.py: Fix handling of extra configuration files
Richard Purdie
2009-12-11
1
-5
/
+6
*
bitbake: Sync various functions with those from bitbake-dev and bitbake upstream
Richard Purdie
2009-11-13
1
-1
/
+1
*
bitbake: Add a --revisions-changed commandline option to indicate when floati...
Richard Purdie
2009-07-29
1
-0
/
+3
*
bitbake: Update to work without warnings with python 2.6
Richard Purdie
2009-05-12
1
-3
/
+2
*
bitbake: Merge further fixes from upstream 1.8 branch
Richard Purdie
2009-05-11
1
-8
/
+11
*
bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...
Richard Purdie
2009-01-03
1
-9
/
+3
*
bitbake: Improve error message for missing class files
Richard Purdie
2008-11-06
1
-2
/
+2
*
bitbake: Add tryaltconfigs option to disable the alternative configuration at...
Richard Purdie
2008-10-28
1
-4
/
+4
*
bitbake: Refactor the environment variable handling
Robert Bradford
2008-10-17
1
-0
/
+3
*
bitbake/bitbake-dev: Sync with upstream
Richard Purdie
2008-09-30
1
-0
/
+4
*
bitbake: Sync with upstream
Richard Purdie
2008-05-19
1
-0
/
+6
*
bitbake: Update with changes from bitbake 1.8 branch
Richard Purdie
2008-03-14
1
-3
/
+4
*
bitbake: Update to bitbake 1.8 branch head
Richard Purdie
2008-03-03
1
-34
/
+63
*
cooker.py: Fix -g option breakage from previous commits
Richard Purdie
2008-01-06
1
-3
/
+2
*
bitbake: Sync with bitbake upstream for various fixes
Richard Purdie
2008-01-06
1
-20
/
+57
*
bitbake: Update to latest bitbake-1.8 branch
Richard Purdie
2007-09-02
1
-1
/
+12
*
bitbake: use Psyco only on x86 (no support for other archs)
Marcin Juszkiewicz
2007-08-23
1
-8
/
+10
*
bitbake: Sync with 1.8.8 release
Richard Purdie
2007-08-20
1
-0
/
+13
*
bitbake: Sync with upstream 1.8 branch for fixes
Richard Purdie
2007-08-12
1
-6
/
+15
*
bitbake: Update along 1.8 branch
Richard Purdie
2007-08-03
1
-0
/
+4
*
bitbake: Exit if parsing errors occur
Richard Purdie
2007-05-31
1
-1
/
+5
*
bitbake: Merge bugfixes from bitbake-1.8 svn
Richard Purdie
2007-05-22
1
-2
/
+2
*
bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)
Richard Purdie
2007-04-01
1
-165
/
+153
*
bitbake: Sync with upstream.
Richard Purdie
2007-01-08
1
-0
/
+665