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
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc/usermanual.xml: Tweaks for the manual
Brandon Stafford
2011-06-22
1
-67
/
+66
*
fetch2/git.py: improve error reporting when an invalid protocol is used
Scott Garman
2011-06-22
1
-0
/
+3
*
process.py: Fix issue where early errors weren't making it to the console
Richard Purdie
2011-06-16
1
-1
/
+1
*
make exception handling syntax consistent
Scott Garman
2011-06-15
10
-28
/
+28
*
codeparser: When loading the cache, ignore ValueError
Richard Purdie
2011-06-15
1
-1
/
+1
*
bitbake/fetch2: When replacing URLs in mirror handling mask out empty entries
Richard Purdie
2011-06-13
1
-1
/
+4
*
bitbake/cooker: Fix -b option by ensuring the empty cache structure is present
Richard Purdie
2011-06-13
2
-1
/
+3
*
Update version to 1.13.1
Richard Purdie
2011-06-09
2
-2
/
+2
*
bitbake/event/ast: Add RecipePreFinalise event
Richard Purdie
2011-06-09
3
-9
/
+17
*
bitbake/parse/ast: We always need to finalize the default data since otherwis...
Richard Purdie
2011-06-09
1
-2
/
+1
*
bitbake/data_smart: Change overrides behaviour to remove expanded variables f...
Richard Purdie
2011-06-09
1
-1
/
+3
*
cache.py: fix bitbake -s command
Scott Garman
2011-06-09
1
-1
/
+1
*
bitbake-layers: handle skipped recipes
Paul Eggleton
2011-06-09
1
-5
/
+19
*
track skipped packages
Paul Eggleton
2011-06-09
3
-9
/
+28
*
Drop psyco support
Richard Purdie
2011-06-09
4
-21
/
+0
*
bitbake/data/runqueue: Sync up with upstream to clean up environment variable...
Richard Purdie
2011-06-08
2
-26
/
+12
*
bitbake/build.py: Drop exec_shell environment as its now unneeded
Richard Purdie
2011-06-08
1
-6
/
+1
*
runqueue.py: Wrap parsing with exception trapping
Richard Purdie
2011-06-08
1
-24
/
+24
*
Shift traceback pre-formatting into LogHandler
Chris Larson
2011-06-08
1
-4
/
+1
*
bitbake/cooker.py: Misc sync with upstream
Richard Purdie
2011-06-08
4
-19
/
+20
*
cooker: use BBHandler.inherit for INHERIT
Chris Larson
2011-06-08
1
-10
/
+24
*
cooker: simplify self.configuration.data vs data usage
Chris Larson
2011-06-08
1
-10
/
+9
*
cooker: don't choke if we have nothing to parse
Chris Larson
2011-06-08
1
-5
/
+11
*
bb.exceptions: don't choke on frames without arguments
Chris Larson
2011-06-08
1
-0
/
+3
*
cooker: handle ExpansionError the same way we do ParseError
Chris Larson
2011-06-08
1
-1
/
+1
*
Shift exception formatting into the UI
Chris Larson
2011-06-08
3
-8
/
+19
*
cooker: don't show a traceback for ParseError
Chris Larson
2011-06-08
1
-0
/
+2
*
cooker: don't show a useless traceback for SyntaxError
Chris Larson
2011-06-08
1
-1
/
+4
*
cooker: use logger.exception for config file parse errors
Chris Larson
2011-06-08
1
-1
/
+7
*
cooker: pass traceback back from parsing thread
Chris Larson
2011-06-08
1
-2
/
+9
*
cooker: show a useful message for ParsingFailure
Chris Larson
2011-06-08
1
-3
/
+6
*
bb.exceptions: don't show a repr of 'self'
Chris Larson
2011-06-08
1
-3
/
+20
*
bb.exceptions: handle tb entries without context
Chris Larson
2011-06-08
1
-2
/
+5
*
bb.exceptions: add to_string convenience function
Chris Larson
2011-06-08
1
-0
/
+6
*
bb.exceptions: add code to create pickleable traceback entries
Chris Larson
2011-06-08
1
-0
/
+55
*
bb.namedtuple_with_abc: add useful util from activestate
Chris Larson
2011-06-08
1
-0
/
+255
*
bitbake-layers: Fixup after recent server changes
Richard Purdie
2011-06-08
1
-2
/
+4
*
bitbake/cooker.py: Fix debug message arguments
Richard Purdie
2011-06-08
1
-1
/
+1
*
bitbake/lib/bb/__init__.py: Sync with upstream bitbake
Richard Purdie
2011-06-08
1
-4
/
+8
*
bitbake/bin/bitbake: Return an error if exceptions occur
Richard Purdie
2011-06-08
1
-0
/
+2
*
bitbake/server/xmlrpc: Fix typo
Richard Purdie
2011-06-08
1
-1
/
+1
*
bitbake/server/process: Implement getEvent()
Richard Purdie
2011-06-08
1
-0
/
+7
*
bitbake/server/process: Update to new server API
Richard Purdie
2011-06-08
2
-34
/
+79
*
bitbake: Add process server from upstream bitbake
Richard Purdie
2011-06-08
1
-0
/
+221
*
bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc server
Richard Purdie
2011-06-08
3
-4
/
+6
*
bitbake: Cleanup bitbake server init process to be clearer to follow
Richard Purdie
2011-06-08
5
-53
/
+92
*
bitbake: Sync up with upstream cosmetic changes for bin/bitbake
Richard Purdie
2011-06-08
1
-11
/
+8
*
cache: Implement multiple extra cache fields request support
Liping Ke
2011-06-07
2
-66
/
+127
*
Introduce new param caches_array into Cache impl.
Liping Ke
2011-06-07
4
-14
/
+57
*
Introduce extra cache class for image creator
Liping Ke
2011-06-07
1
-0
/
+54
[next]