| Message ID | 20260423133340.1954703-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Accepted, archived |
| Commit | a16eb33fc401db34fbeaba623231d006312eb48e |
| Headers | show |
| Series | [1/2] sanity.conf: Depend on bitbake 2.18 | expand |
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 71828542748..f80763bbe97 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.2" +BB_MIN_VERSION = "2.18.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"
In readiness for release and due to the distro_features fix which needs bb.utils.filter_string(), update to depend on bitbake 2.18.0 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)