]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildhistory: add a note when committing to buildhistory
authorRoss Burton <ross.burton@intel.com>
Fri, 2 Aug 2013 12:15:07 +0000 (13:15 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 6 Aug 2013 06:59:54 +0000 (23:59 -0700)
If there's been a lot of changes the commit to buildhistory can take a
significant amount of time, so print a note so there's some indication of
progress.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/buildhistory.bbclass

index 36e7fe13be2e22fe6d2989653a83a2ca9809b970..c5bba25fd56df2f4cbf8d5a405dc1cacfb5c6a03 100644 (file)
@@ -531,6 +531,7 @@ END
 python buildhistory_eventhandler() {
     if e.data.getVar('BUILDHISTORY_FEATURES', True).strip():
         if e.data.getVar("BUILDHISTORY_COMMIT", True) == "1":
+            bb.note("Writing buildhistory")
             bb.build.exec_func("buildhistory_commit", e.data)
 }