diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2025-09-09 19:17:15 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-25 12:25:51 -0700 |
commit | 0fd54596bb8f4a5651adf8c6bc743d512f963f10 (patch) | |
tree | 9453a38023de57518eab8e4630aa25a00b64f8cd | |
parent | cd993c7abba53b145acb1ee614b6a722349ca6e0 (diff) | |
download | poky-0fd54596bb8f4a5651adf8c6bc743d512f963f10.tar.gz |
sanity.conf: Update minimum bitbake version to 2.12.1
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
(From OE-Core rev: fcfc3056b0b8d0c63fddd0a7624622aee9a1c2f1)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 6d3911ff94..5d2bedf011 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | # See sanity.bbclass | 3 | # See sanity.bbclass |
4 | # | 4 | # |
5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" | 5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" |
6 | BB_MIN_VERSION = "2.12.0" | 6 | BB_MIN_VERSION = "2.12.1" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||