Message ID | 20250324174246.401636-1-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | ec54f71dcf8166c725ff89f8689c177431bd0b52 |
Headers | show |
Series | sanity.conf: Require bitbake 2.9.2 | expand |
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 02775970aee..5f8da8baac9 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.1" +BB_MIN_VERSION = "2.9.2" SANITY_ABIFILE = "${TMPDIR}/abi_version"
We need a version of bitbake with the fetcher revision changes in it, update the minimum version accordingly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)