diff options
author | Gary Thomas <gary@mlbassoc.com> | 2014-11-05 08:08:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-06 16:45:23 +0000 |
commit | 5dca71bc2ab2a80cebb8fa52a5e518b42e7d699d (patch) | |
tree | 393b31d3c12c04eddba98e4536a5fdfef15bf930 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | |
parent | 25e3e57c551297a9bcfe3b6a5d5c9d071774cce7 (diff) | |
download | poky-5dca71bc2ab2a80cebb8fa52a5e518b42e7d699d.tar.gz |
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>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | 2 |
1 files changed, 1 insertions, 1 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 4ce7ed9f8c..fd5a92316c 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 | |||
471 | Time: 00:00:00 | 471 | Time: 00:00:00 |
472 | Parsing of 1 .bb files complete (0 cached, 1 parsed). 1 targets, 0 skipped, 0 masked, 0 errors. | 472 | Parsing of 1 .bb files complete (0 cached, 1 parsed). 1 targets, 0 skipped, 0 masked, 0 errors. |
473 | NOTE: Resolving any missing task queue dependencies | 473 | NOTE: Resolving any missing task queue dependencies |
474 | NOTE: Preparing runqueue | 474 | NOTE: Preparing RunQueue |
475 | NOTE: Executing RunQueue Tasks | 475 | NOTE: Executing RunQueue Tasks |
476 | ******************** | 476 | ******************** |
477 | * * | 477 | * * |