]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: 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>
Fri, 18 Dec 2015 12:18:19 +0000 (12:18 +0000)
commitb14ccb2367983b2263608b6d618647ecd22bf00d
tree4a6bf7fc7482d5a2292fb78da9d47be72b842f7c
parent5069ab60a7205becbbc88c1e07a9c1674e1b6669
bitbake: 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.

(Bitbake rev: 99ccfd411ab3f7baa111f9f3d50fae68816a9a83)

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