[bitbake-devel] [PATCH] bitbake: Make printed 'runqueue' be consistently capitalized

Gary Thomas gary at mlbassoc.com
Wed Nov 5 15:08:24 UTC 2014


This has always bothered me:
  NOTE: Preparing runqueue
  NOTE: Executing RunQueue Tasks

This patch changes the messages to be consistent.

Signed-off-by: Gary Thomas <gary at mlbassoc.com>
---
 bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | 2 +-
 bitbake/lib/bb/runqueue.py                                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
index 4ce7ed9..fd5a923 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
@@ -471,7 +471,7 @@ ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inh
      Time: 00:00:00
      Parsing of 1 .bb files complete (0 cached, 1 parsed). 1 targets, 0 skipped, 0 masked, 0 errors.
      NOTE: Resolving any missing task queue dependencies
-     NOTE: Preparing runqueue
+     NOTE: Preparing RunQueue
      NOTE: Executing RunQueue Tasks
      ********************
      *                  *
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 6d9cf3f..22dd7a7 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -430,7 +430,7 @@ class RunQueueData:
             # Nothing to do
             return 0
 
-        logger.info("Preparing runqueue")
+        logger.info("Preparing RunQueue")
 
         # Step A - Work out a list of tasks to run
         #
-- 
1.9.1




More information about the bitbake-devel mailing list