diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-29 15:29:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-29 15:31:15 +0000 |
commit | 3d8c4ad2cfa18d50a90115078589f994e41616e7 (patch) | |
tree | 6d28f9c65786aa16d677550aa40fb4c32f5f7642 | |
parent | 2d7f5904a8a50b8d201af46839cd118b6aefc675 (diff) | |
download | poky-3d8c4ad2cfa18d50a90115078589f994e41616e7.tar.gz |
sanity.conf: Update minimum bitbake version to 2.12.0
This should have been 2.11 previously but the numbers got confused.
Correct it for release.
(From OE-Core rev: d4a7c9d1e72dd6e45458ac6590e76f10805c0818)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 5f8da8baac..6d3911ff94 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.9.2" | 6 | BB_MIN_VERSION = "2.12.0" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||