diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-24 17:42:09 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-25 21:20:40 +0000 |
| commit | 513ba822d741a864db17dce5bb1d5866deeff0e2 (patch) | |
| tree | 73ceb0b51a67bbba9c400462ea57533015c7ff72 /meta/conf | |
| parent | 2d66669b8c2e1ccd9aea73e4425198753084d426 (diff) | |
| download | poky-513ba822d741a864db17dce5bb1d5866deeff0e2.tar.gz | |
sanity.conf: Require bitbake 2.9.2
We need a version of bitbake with the fetcher revision changes in it,
update the minimum version accordingly.
(From OE-Core rev: ec54f71dcf8166c725ff89f8689c177431bd0b52)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -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 02775970ae..5f8da8baac 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.1" | 6 | BB_MIN_VERSION = "2.9.2" |
| 7 | 7 | ||
| 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
| 9 | 9 | ||
