Message ID | 20250329153102.1612894-1-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | d4a7c9d1e72dd6e45458ac6590e76f10805c0818 |
Headers | show |
Series | [1/2] sanity.conf: Update minimum bitbake version to 2.12.0 | expand |
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 5f8da8baac9..6d3911ff94e 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.9.2" +BB_MIN_VERSION = "2.12.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"
This should have been 2.11 previously but the numbers got confused. Correct it for release. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)