[OE-core] [PATCH] sstate: display the sysroot name when cleaning for clarity

Ross Burton ross.burton at intel.com
Thu Jan 21 12:18:41 UTC 2016


When cleaning old builds from the sysroots, also print the sysroot architecture.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/sstate.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 40b51fe..295e033 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -960,7 +960,7 @@ python sstate_eventhandler2() {
                         seen.append(stamp)
 
         if toremove:
-            bb.note("There are %d recipes to be removed from the sysroot, removing..." % (len(toremove)))
+            bb.note("There are %d recipes to be removed from sysroot %s, removing..." % (len(toremove), a))
 
         for r in toremove:
             (stamp, manifest, workdir) = r.split()
-- 
2.6.4




More information about the Openembedded-core mailing list