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
/
meta
/
classes
/
buildstats.bbclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
buildstats.bbclass: Do not recalculate build start time
Junling Zheng
2020-06-04
1
-1
/
+1
*
buildstats.bbclass: Remove useless variables
Junling Zheng
2020-06-04
1
-2
/
+0
*
buildstats: Replace 'is' with '==' in python condition check expression
Khem Raj
2019-12-15
1
-1
/
+1
*
buildstats.bbclass: Avoid index exception in /proc/PID/io parsing
Pavel Modilaynen
2017-03-01
1
-0
/
+5
*
classes/buildstats: don't expand variable pointing to SystemStats
Paul Eggleton
2017-01-09
1
-1
/
+1
*
meta: remove True option to getVar calls
Joshua Lock
2016-12-16
1
-7
/
+7
*
buildstats: record disk space usage
Patrick Ohly
2016-12-07
1
-2
/
+2
*
buildstats: add system state sampling
Patrick Ohly
2016-12-07
1
-0
/
+24
*
buildstats: Place 'Elapsed Time' stat into a single line
Leonardo Sandoval
2016-11-23
1
-2
/
+2
*
buildstats: check IMAGE_ROOTFS exists before checking its size
Mikko Ylinen
2016-10-25
1
-6
/
+7
*
subprocess: remove Popen in favor of check_output
Stephano Cetola
2016-10-01
1
-1
/
+5
*
buildstats: Fix tracebacks for early task failures
Richard Purdie
2016-04-15
1
-0
/
+2
*
buildstats.bbclass: Don't assume /proc/<pid>/io present
Juro Bystricky
2016-02-28
1
-8
/
+16
*
buildstats.bbclass: remove dead URL from comment
Randy MacLeod
2016-02-11
1
-2
/
+1
*
buildstats: Improve to add getrusage data and corrected IO stats
Richard Purdie
2015-12-18
1
-21
/
+43
*
buildstats: Separate out the build and task data to allow improvements
Richard Purdie
2015-12-18
1
-12
/
+25
*
buildstats: Clean up e.data and bb.data references
Richard Purdie
2015-12-18
1
-21
/
+20
*
buildstats: Drop get_bn/set_pn and just use BUILDNAME
Richard Purdie
2015-12-18
1
-32
/
+5
*
buildstats: Drop disk data from buildstats
Richard Purdie
2015-12-18
1
-104
/
+3
*
classes/buildstats: misc cleanups
Paul Eggleton
2015-05-07
1
-83
/
+73
*
classes/buildstats: don't catch all errors from mkdirhier
Paul Eggleton
2015-05-07
1
-12
/
+3
*
classes/buildstats: whitespace cleanup
Paul Eggleton
2015-05-07
1
-25
/
+25
*
buildstats.bbclass: typecast argument to os.minor/os.major to long
Khem Raj
2015-03-16
1
-2
/
+2
*
buildstats: use TaskBase time for elapsed time
Marius Avram
2014-03-25
1
-8
/
+15
*
meta: Don't use deprecated bitbake API
Richard Purdie
2013-09-01
1
-3
/
+3
*
classes/conf: Add eventmasks for event handlers
Richard Purdie
2013-06-14
1
-0
/
+1
*
buildstats: Drop spurious open() call
Richard Purdie
2013-05-09
1
-1
/
+0
*
buildstats: Update to ensure files are closed
Richard Purdie
2013-05-09
1
-15
/
+16
*
meta/classes: Various python whitespace fixes
Richard Purdie
2012-08-21
1
-3
/
+3
*
meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)
Richard Purdie
2012-03-05
1
-6
/
+6
*
More quoting fixes
Richard Purdie
2012-02-28
1
-3
/
+3
*
buildstats: tolerate absence of /proc/diskstats
Jean-François Dagenais
2012-01-16
1
-10
/
+15
*
Convert to use direct access to the data store (instead of bb.data.*Var*())
Richard Purdie
2011-11-10
1
-18
/
+18
*
buildstats: Fix for buildstats on tmpfs
Elizabeth Flanagan
2011-11-07
1
-11
/
+26
*
buildstats.bbclass: Fixing task endtime
Beth Flanagan
2011-08-17
1
-3
/
+3
*
buildstats.bbclass: Adding disk io measurement
Beth Flanagan
2011-08-05
1
-78
/
+142
*
buildstats.bbclass: Remove unneeded debug output
Richard Purdie
2011-02-16
1
-1
/
+0
*
Doing uname without subprocess: buildstats.bbclass
Beth Flanagan
2011-02-16
1
-4
/
+7
*
buildstats.bbclass: Fix expand call syntax
Richard Purdie
2011-02-15
1
-1
/
+1
*
buildstats.bbclass: Save ended time in TaskFinished events
Richard Purdie
2011-02-15
1
-2
/
+3
*
buildstats: Disable uname subprocess call for now since it appears to be brea...
Richard Purdie
2011-02-15
1
-2
/
+2
*
Buildstats commit: buildstats.bbclass
Beth Flanagan
2011-02-15
1
-0
/
+194