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
/
ui
/
knotty.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: fix setscene task start/failure handling
Paul Eggleton
2012-02-28
1
-0
/
+9
*
bitbake: change for adding progress bar in Hob2.
Shane Wang
2012-02-23
1
-1
/
+4
*
bitbake/ui/knotty: fix incorrect exit code
Paul Eggleton
2012-02-22
1
-1
/
+3
*
bitbake/knotty: ensure CommandFailed increases error count
Paul Eggleton
2012-02-22
1
-0
/
+1
*
bitbake/knotty: ensure we return non-zero exit code on Ctrl+C
Paul Eggleton
2012-02-22
1
-0
/
+5
*
knotty: shut down more cleanly
Christopher Larson
2012-02-22
1
-8
/
+7
*
bitbake/knotty: print task failure summary
Paul Eggleton
2012-01-15
1
-2
/
+22
*
bitbake/knotty: avoid printing full task log when error already printed
Paul Eggleton
2012-01-15
1
-1
/
+1
*
bitbake/knotty: don't count errors as warnings in summary
Paul Eggleton
2012-01-15
1
-1
/
+1
*
bitbake/knotty: Show summary of warning/error messages shown
Richard Purdie
2012-01-10
1
-2
/
+11
*
knotty: Add support for logging the console to logfile
Richard Purdie
2011-11-24
1
-0
/
+6
*
bitbake/logging: Overhaul internal logging process
Richard Purdie
2011-08-15
1
-2
/
+3
*
bitbake/ui/knotty: Ensure previous failures aren't masked by a final successf...
Richard Purdie
2011-08-10
1
-1
/
+2
*
bitbake/ui/knotty: Ensure 'No Provider' errors set an exit code
Richard Purdie
2011-08-10
1
-0
/
+1
*
bitbake: show more information for NoProvider errors
Paul Eggleton
2011-07-27
1
-0
/
+3
*
bitbake cooker/ui: handle cmd line parsing result by individual UI.
Lianhao Lu
2011-07-08
1
-1
/
+5
*
bitbake/event/ast: Add RecipePreFinalise event
Richard Purdie
2011-06-09
1
-0
/
+1
*
bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...
Richard Purdie
2011-05-05
1
-0
/
+5
*
bitbake/knotty.py: Ensure task note messages are only surpressed at default l...
Richard Purdie
2011-01-12
1
-2
/
+6
*
bitbake/knotty.py: Don't show log messages of NOTE and below for task processes
Richard Purdie
2011-01-08
1
-3
/
+3
*
bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...
Richard Purdie
2011-01-05
1
-3
/
+0
*
Resurrect alternative UIs
Bob Foerster
2011-01-05
1
-0
/
+4
*
logger usage cleanup
Chris Larson
2011-01-04
1
-1
/
+1
*
Fix logging level names for post-server-ui-split
Chris Larson
2011-01-04
1
-10
/
+0
*
Show the user progress when loading the cache
Bob Foerster
2011-01-04
1
-8
/
+24
*
knotty: exit with 1 if we see a critical log message
Chris Larson
2011-01-04
1
-2
/
+3
*
bitbake: Transfer noexec runqueue messages to the UI
Richard Purdie
2011-01-04
1
-2
/
+9
*
Move the runq task start/failed messages to the UI
Chris Larson
2011-01-04
1
-0
/
+11
*
Rename command events, adjust compareRevisions
Chris Larson
2011-01-04
1
-5
/
+5
*
build: send logging messages to the log file for python functions
Chris Larson
2011-01-04
1
-10
/
+2
*
Rename the ui 'init' method to 'main'
Chris Larson
2011-01-04
1
-1
/
+1
*
knotty: use enumerate for task waiting
Chris Larson
2011-01-04
1
-3
/
+1
*
knotty: shift non-interactive progress into a class
Chris Larson
2011-01-04
1
-15
/
+33
*
cooker: no cached in progressbar and add ETA
Chris Larson
2011-01-04
1
-2
/
+2
*
knotty: drop the ETA from the progressbar for now
Chris Larson
2011-01-04
1
-1
/
+1
*
cache: sync the cache file to disk in the background
Chris Larson
2011-01-04
1
-15
/
+19
*
Experimental usage of the 'progressbar' module
Chris Larson
2011-01-04
1
-8
/
+12
*
Use logging in the knotty ui, and pass the log record across directly
Chris Larson
2011-01-04
1
-31
/
+41
*
Use the python logging module under the hood for bb.msg
Chris Larson
2011-01-04
1
-6
/
+6
*
bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...
Richard Purdie
2010-08-20
1
-1
/
+1
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
1
-1
/
+1
*
knotty: use the future division to prep for 3.x
Chris Larson
2010-07-02
1
-2
/
+3
*
knotty: stop freaking out and dying when bb.build has removed the empty logfile
Chris Larson
2010-07-02
1
-1
/
+1
*
Move the output of no provider and multiple provider messages into the UI
Chris Larson
2010-07-02
1
-2
/
+18
*
Make knotty ignore the NoProvider event
Chris Larson
2010-07-02
1
-15
/
+8
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-1
/
+1
*
Apply the 2to3 print function transform
Chris Larson
2010-07-02
1
-22
/
+22
*
Formatting cleanups
Chris Larson
2010-07-02
1
-1
/
+1
*
knotty: tweak failure phrase
Bernhard Reutner-Fischer
2010-03-22
1
-1
/
+1
*
knotty: Improve task failure message handling using the uihelper code
Richard Purdie
2010-01-21
1
-0
/
+20
[next]