poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "Oliver Lang" <quantenkeks@gmail.com>
To: poky@lists.yoctoproject.org
Cc: Oliver Lang <quantenkeks@gmail.com>
Subject: [PATCH] bitbake: cooker/runqueue: fix a typo
Date: Mon, 17 Oct 2022 22:52:53 +0200	[thread overview]
Message-ID: <20221017205253.87665-1-quantenkeks@gmail.com> (raw)

Signed-off-by: Oliver Lang <quantenkeks@gmail.com>
---
 bitbake/lib/bb/cooker.py   | 2 +-
 bitbake/lib/bb/runqueue.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 32a529f0f9..1da2f03197 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -250,7 +250,7 @@ class BBCooker:
     def process_inotify_updates(self):
         for n in [self.confignotifier, self.notifier]:
             if n and n.check_events(timeout=0):
-                # read notified events and enqeue them
+                # read notified events and enqueue them
                 n.read_events()
                 n.process_events()
 
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 48e25401ba..338d1fe36f 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -2256,7 +2256,7 @@ class RunQueueExecute:
         if self.sq_deferred:
             deferred_tid = list(self.sq_deferred.keys())[0]
             blocking_tid = self.sq_deferred.pop(deferred_tid)
-            logger.warning("Runqeueue deadlocked on deferred tasks, forcing task %s blocked by %s" % (deferred_tid, blocking_tid))
+            logger.warning("Runqueue deadlocked on deferred tasks, forcing task %s blocked by %s" % (deferred_tid, blocking_tid))
             return True
 
         if self.failed_tids:
-- 
2.25.1


             reply	other threads:[~2022-10-17 20:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-17 20:52 Oliver Lang [this message]
2022-10-18 10:24 ` [poky] [PATCH] bitbake: cooker/runqueue: fix a typo Ross Burton
2022-10-18 17:52   ` Oliver Lang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221017205253.87665-1-quantenkeks@gmail.com \
    --to=quantenkeks@gmail.com \
    --cc=poky@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).