runqueue.py: Change failed tasks handling so all failed tasks are reported, not just...
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 18 Nov 2006 15:47:42 +0000 (15:47 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 18 Nov 2006 15:47:42 +0000 (15:47 +0000)
commitc5422f79e211247c07db3d52ad373e8c40d287f5
tree7d4aaae3e1cb82510a980bd5a91f5da4c034a111
parent712fe375531520eea9b68d24f49fbe9598e3c562
runqueue.py: Change failed tasks handling so all failed tasks are reported, not just the first. Also add signal handling so Ctrl+C only interrupts the main tasks upon the first keypress, the second keypress sends SIGTERM to all children
bin/bitbake
lib/bb/runqueue.py
lib/bb/shell.py