]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
sstate: Add check_for_interrupts() call functionality added in bitbake
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Feb 2023 13:34:59 +0000 (13:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2023 12:12:14 +0000 (12:12 +0000)
commitcb6c50689175668b66ffbe09ff8f250ba9a9034b
treedcb2fb49de71cd3e201ce0f017afd41d8f32f547
parent7e1b2598fedfdc7c9a79c5c94273218f2eedcba9
sstate: Add check_for_interrupts() call functionality added in bitbake

Add in the new 'check' calls which mean that the code can exit from longer
running code loops if requested by the user. This covers sstate checks and
sstate manifest cleanup code which currently couldn't be interrupted by the
user from the UI.

Increase the minimum bitbake version which brings in this API.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/sstate.bbclass
meta/conf/sanity.conf