summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml2
-rw-r--r--bitbake/lib/bb/runqueue.py2
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 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 * *
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 6d9cf3f4df..22dd7a7285 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -430,7 +430,7 @@ class RunQueueData:
430 # Nothing to do 430 # Nothing to do
431 return 0 431 return 0
432 432
433 logger.info("Preparing runqueue") 433 logger.info("Preparing RunQueue")
434 434
435 # Step A - Work out a list of tasks to run 435 # Step A - Work out a list of tasks to run
436 # 436 #