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
*
bitbake: Add support for .bbappend files (see mailing lists for detais)
Richard Purdie
2010-07-16
4
-28
/
+55
*
*: use print() as a function
Bernhard Reutner-Fischer
2010-07-16
3
-10
/
+10
*
bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...
Richard Purdie
2010-07-16
1
-5
/
+5
*
bitbake: runqueue: Allow taskname to be passed to check_stamp_task()
Richard Purdie
2010-07-16
1
-4
/
+5
*
bitbake: runqueue: Make child process error scary so user is less likely to i...
Richard Purdie
2010-07-16
1
-1
/
+1
*
bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)
Richard Purdie
2010-07-16
1
-1
/
+1
*
bitbake: runqueue: Remove unneeded exception catching from fork_off_task()
Richard Purdie
2010-07-16
1
-3
/
+0
*
bitbake: runqueue: Separate out task forking code into a new function
Richard Purdie
2010-07-16
1
-56
/
+61
*
bitbake: runqueue: Combine the waitpid result handling code into a function
Richard Purdie
2010-07-16
1
-28
/
+21
*
bitbake: Remove two layers of unnecessary functions from task execution
Richard Purdie
2010-07-16
2
-34
/
+12
*
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
*
3.0 prep
Chris Larson
2010-07-02
6
-22
/
+31
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
11
-43
/
+43
*
Drop a couple usages of readlines
Chris Larson
2010-07-02
2
-36
/
+35
*
Until the interactive mode is fixed, kill it from the valid options, to avoid...
Chris Larson
2010-07-02
2
-6
/
+0
*
Fix syntax error in shell.py
Chris Larson
2010-07-02
1
-0
/
+1
*
Add missing 'return False' to the SystemExit handler in runAsyncCommand
Chris Larson
2010-07-02
1
-0
/
+1
*
Move serverConnection.terminate() back into the finally
Chris Larson
2010-07-02
1
-1
/
+2
*
Limit the traceback length in the default exception handler
Chris Larson
2010-07-02
1
-1
/
+1
*
Switch from our own 'dummywrite' class to StringIO
Chris Larson
2010-07-02
1
-10
/
+7
*
Switch a fatal usage to SystemExit ("T" not set)
Chris Larson
2010-07-02
1
-1
/
+1
*
Resurrect the excepthook, this time just sending the info with bb.fatal
Chris Larson
2010-07-02
1
-0
/
+8
*
remove return in finally statement
Cliff Brake
2010-07-02
1
-3
/
+3
*
cooker: Kill __getitem__ usage on exception objects (python 3 prep)
Chris Larson
2010-07-02
1
-4
/
+4
*
Handle SystemExit and KeyboardInterrupt sanely when executing a command
Chris Larson
2010-07-02
1
-1
/
+10
*
Drop unnecessarly duplicated messages wrt FuncFailed
Chris Larson
2010-07-02
1
-4
/
+1
*
knotty: use the future division to prep for 3.x
Chris Larson
2010-07-02
1
-2
/
+3
*
Kill the unnecessary setVarFlag debugging message
Chris Larson
2010-07-02
1
-1
/
+0
*
knotty: stop freaking out and dying when bb.build has removed the empty logfile
Chris Larson
2010-07-02
1
-1
/
+1
*
Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warning
Chris Larson
2010-07-02
1
-1
/
+1
*
Use PendingDeprecationWarning for functions moved from bb to bb.utils
Chris Larson
2010-07-02
1
-1
/
+1
*
Start ditching fatal() calls in favor of raising appropriate exceptions
Chris Larson
2010-07-02
1
-3
/
+3
*
Drop the non-debug traceback suppressor, at this point I think it does more h...
Chris Larson
2010-07-02
1
-13
/
+0
*
Change wget fetcher to use the runfetchcmd
Ryan Phillips
2010-07-02
2
-25
/
+6
*
Show a traceback when a task fails due to an exception
Chris Larson
2010-07-02
1
-3
/
+4
*
parser: fix harmless typo in variable name
Bernhard Reutner-Fischer
2010-07-02
1
-4
/
+4
*
Fix the silent exit when the specified task doesn't exist
Chris Larson
2010-07-02
1
-4
/
+2
*
Move the output of no provider and multiple provider messages into the UI
Chris Larson
2010-07-02
3
-32
/
+28
*
Reorganize the main exception handling so an attribute exception raised in th...
Chris Larson
2010-07-02
1
-5
/
+8
*
Make knotty ignore the NoProvider event
Chris Larson
2010-07-02
1
-15
/
+8
*
Don't tell the user we're sending SIGINT to the remaining 0 tasks
Chris Larson
2010-07-02
1
-6
/
+7
*
cooker: use time.strftime() instead of spawing sh with date
Bernhard Reutner-Fischer
2010-07-02
1
-1
/
+1
*
Adjust the exception handling based on Cliff Brake's patch
Chris Larson
2010-07-02
1
-1
/
+2
*
Fix a couple typos in the CVS Fetcher section.
Robert P. J. Day
2010-07-02
1
-2
/
+2
*
cache: do not chdir unnecessarily
Bernhard Reutner-Fischer
2010-07-02
1
-4
/
+12
*
persist_data: cache connection and use cursor
Bernhard Reutner-Fischer
2010-07-02
2
-12
/
+18
*
cache: use a set() for __depends
Bernhard Reutner-Fischer
2010-07-02
2
-8
/
+6
*
cache: use max() to determine newest_mtime
Bernhard Reutner-Fischer
2010-07-02
1
-3
/
+4
*
cache: use os.path ops instead of stat
Bernhard Reutner-Fischer
2010-07-02
1
-8
/
+2
[next]