]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sanity.conf: Update minimum bitbake version to 2.12.1
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 9 Sep 2025 17:17:15 +0000 (19:17 +0200)
committerSteve Sakoman <steve@sakoman.com>
Mon, 22 Sep 2025 19:42:57 +0000 (12:42 -0700)
Needed for multiprocessing module in bb used in the next commit.

It was added to bitbake in 62be9113d98fccb347c6aa0a10d5c4ee2857f8b6
which was backported to 2.12 branch and tagged as 2.12.1

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/conf/sanity.conf

index 6d3911ff94eaab0b1b3ce37858e7b136ba7877f1..5d2bedf0114035866e87af175eff1df114bc9466 100644 (file)
@@ -3,7 +3,7 @@
 # See sanity.bbclass
 #
 # Expert users can confirm their sanity with "touch conf/sanity.conf"
-BB_MIN_VERSION = "2.12.0"
+BB_MIN_VERSION = "2.12.1"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"