[oe-commits] Ross Burton : buildhistory: add a note when committing to buildhistory

git at git.openembedded.org git at git.openembedded.org
Tue Aug 6 11:53:55 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: ccd911ba8887f5c9a72d5178617c2a3ee73264ff
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ccd911ba8887f5c9a72d5178617c2a3ee73264ff

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Aug  2 13:15:07 2013 +0100

buildhistory: add a note when committing to buildhistory

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 at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/buildhistory.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index 36e7fe1..c5bba25 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -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)
 }
 



More information about the Openembedded-commits mailing list