[oe-commits] [bitbake] branch master-next updated: runqueue: fixes

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 10:25:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

The following commit(s) were added to refs/heads/master-next by this push:
     new f4080ce  runqueue: fixes
f4080ce is described below

commit f4080ce236488a5eaa7ba899fe0e9d9eb2877943
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Jul 9 11:19:14 2019 +0100

    runqueue: fixes
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/runqueue.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 8a77a8a..f84d1e2 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -1451,6 +1451,7 @@ class RunQueue:
 
             # If we don't have any setscene functions, skip execution
             if len(self.rqdata.runq_setscene_tids) == 0:
+                logger.info('No setscene tasks')
                 for tid in self.rqdata.runtaskentries:
                     if len(self.rqdata.runtaskentries[tid].depends) == 0:
                         self.rqexe.setbuildable(tid)
@@ -1989,6 +1990,7 @@ class RunQueueExecute:
 
             if self.cooker.configuration.setsceneonly:
                 self.rq.state = runQueueComplete
+                return True
             self.sqdone = True
 
             if self.stats.total == 0:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list