mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
bitbake: bitbake: Make printed 'runqueue' be consistently capitalized
This has always bothered me: NOTE: Preparing runqueue NOTE: Executing RunQueue Tasks This patch changes the messages to be consistent. (Bitbake rev: 72ac9f9227fbfb4dc8b933b357d21aa0e4060959) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
25e3e57c55
commit
5dca71bc2a
@@ -471,7 +471,7 @@ ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inh
|
|||||||
Time: 00:00:00
|
Time: 00:00:00
|
||||||
Parsing of 1 .bb files complete (0 cached, 1 parsed). 1 targets, 0 skipped, 0 masked, 0 errors.
|
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: Resolving any missing task queue dependencies
|
||||||
NOTE: Preparing runqueue
|
NOTE: Preparing RunQueue
|
||||||
NOTE: Executing RunQueue Tasks
|
NOTE: Executing RunQueue Tasks
|
||||||
********************
|
********************
|
||||||
* *
|
* *
|
||||||
|
|||||||
@@ -430,7 +430,7 @@ class RunQueueData:
|
|||||||
# Nothing to do
|
# Nothing to do
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
logger.info("Preparing runqueue")
|
logger.info("Preparing RunQueue")
|
||||||
|
|
||||||
# Step A - Work out a list of tasks to run
|
# Step A - Work out a list of tasks to run
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user