Message ID | 20250812090506.2696752-1-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | 9840877cb7dc9c57c65a2b2740121a8c56b9985b |
Headers | show |
Series | conf/sanity: Increase bitbake minimum version requirement | expand |
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 474816797aa..71828542748 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf @@ -3,7 +3,7 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "2.15.1" +BB_MIN_VERSION = "2.15.2" SANITY_ABIFILE = "${TMPDIR}/abi_version"
We now need the new bitbake setVarFilter function. There was also some changes to bb.event.check_for_interrupts() which changed in an incompatible way. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)