bitbake: runqueue: Fix 100% cpu use after keyboard interrupt
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Dec 2014 16:38:14 +0000 (16:38 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:52:22 +0000 (08:52 -0800)
commit5a48480d5f7b723c01d2cd3697479a7890199f30
tree72e980bcdf2653c6928e3b36ab8c821ce5cff20e
parenta0f1fbb9bb8a28e8324594a7e5bc30334b1c7baa
bitbake: runqueue: Fix 100% cpu use after keyboard interrupt

After Ctrl+C is pressed to interrupt bitbake, it loops continually, running
at 100% cpu. This patch selects on the correct file descriptors resolving
the excess cpu usage.

(Bitbake rev: dca5d82830ef2838439e5272da9dac1f28954cf1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
bitbake/lib/bb/runqueue.py