]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqueue: Add support for <task>- syntax
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Dec 2015 16:42:18 +0000 (16:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Dec 2015 17:48:02 +0000 (17:48 +0000)
commit99ccfd411ab3f7baa111f9f3d50fae68816a9a83
tree358aabe3a8d5fe2e7f8309a1d6b5ec16bd29a679
parent36cc814b64bcf3825ed096ade0b8c590e497259f
runqueue: Add support for <task>- syntax

It can be useful to run all tasks up to but not including a specific task. The
main reason this was never added was the lack of a good syntax. This patch
uses the syntax <taskname>- to denote this behaviour which is simple, not
invasive and fits what we need from good syntax IMO, hence we can add this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/runqueue.py