diff options
| -rw-r--r-- | meta/classes/buildstats.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass index f57d018060..9061b11501 100644 --- a/meta/classes/buildstats.bbclass +++ b/meta/classes/buildstats.bbclass | |||
| @@ -91,8 +91,8 @@ python run_buildstats () { | |||
| 91 | # write start of build into build_time | 91 | # write start of build into build_time |
| 92 | file = open(build_time,"a") | 92 | file = open(build_time,"a") |
| 93 | # We do this here because subprocess within BuildStarted is messy | 93 | # We do this here because subprocess within BuildStarted is messy |
| 94 | host_info = subprocess.Popen(["uname", "-a"], stdout=subprocess.PIPE).stdout.read() | 94 | #host_info = subprocess.Popen(["uname", "-a"], stdout=subprocess.PIPE).stdout.read() |
| 95 | file.write("Host Info: %s" % host_info) | 95 | #file.write("Host Info: %s" % host_info) |
| 96 | file.write("Build Started: %0.2f \n" % time.time()) | 96 | file.write("Build Started: %0.2f \n" % time.time()) |
| 97 | file.close() | 97 | file.close() |
| 98 | 98 | ||
