]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: bitbake: respect force flag in runall and runonly
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 26 Aug 2019 21:27:20 +0000 (16:27 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Aug 2019 15:44:09 +0000 (16:44 +0100)
commit46a71949de40a1b1a5353aa7ba01fecb22cf452a
tree07e9163f648eb2ea1cdff8c03922877f85461e09
parent6e48f9aa23e334529e63dd399dee733a138b8059
bitbake: bitbake: respect force flag in runall and runonly

Specifying the force flag will now cause runall and runonly to
invalidate the tasks before running them. This allows a --runall or
--runonly to force the tasks to run, even if they would have otherwise
been skipped, e.g.:

 bitbake -f --runall fetch

Will run all do_fetch tasks even if they wouldn't be necessary (for
example, skipped by setscene)

(Bitbake rev: 71e52d3822016027106f2a2e74b8dfdf20f5dc1e)

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