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
/
cooker.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Queue up events before the UI is spawned
Chris Larson
2011-01-04
1
-51
/
+53
*
Simplify build exception handling
Chris Larson
2011-01-04
1
-6
/
+2
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-65
/
+61
*
bitbake: Overhaul environment handling
Richard Purdie
2010-12-09
1
-1
/
+2
*
bitbake/cooker: fix idle command processing in servers
Joshua Lock
2010-12-09
1
-1
/
+1
*
bitbake: Simplfy pre and post cooker hooks
Richard Purdie
2010-11-28
1
-3
/
+6
*
bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...
Richard Purdie
2010-11-13
1
-31
/
+42
*
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
1
-0
/
+4
*
bitbake/codeparser: Implement persistent cache
Richard Purdie
2010-08-31
1
-0
/
+2
*
bitbake/cooker.py: Don't init the fetcher in the worker case
Richard Purdie
2010-08-20
1
-1
/
+2
*
bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...
Richard Purdie
2010-08-19
1
-2
/
+5
*
bitbake/cooker.py: Allow idle handlers to pass through a true value
Richard Purdie
2010-08-19
1
-1
/
+4
*
bitbake: Split Runqueue into two classes, a data processor and the execution ...
Richard Purdie
2010-08-18
1
-8
/
+8
*
bitbake/cooker: Make sure no locks are held before we start forking workers
Richard Purdie
2010-08-12
1
-0
/
+6
*
cooker.py: Fix case of -b option with a full filepath
Richard Purdie
2010-08-04
1
-1
/
+1
*
bitbake: Add support for .bbappend files (see mailing lists for detais)
Richard Purdie
2010-07-16
1
-21
/
+42
*
bitbake: Remove two layers of unnecessary functions from task execution
Richard Purdie
2010-07-16
1
-32
/
+0
*
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
[prev]
[next]