diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-12 10:04:02 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-12 10:05:11 +0100 |
| commit | 1dec53b350d7d2edcc880f640b1cb2fd31ff7f0b (patch) | |
| tree | 5542d75b058810cd80fa18e648e5b78d5f7d7e07 /meta/conf | |
| parent | 45c3fbcea38abc782ca9100e51628c7f5bdc966c (diff) | |
| download | poky-1dec53b350d7d2edcc880f640b1cb2fd31ff7f0b.tar.gz | |
conf/sanity: Increase bitbake minimum version requirement
We now need the new bitbake setVarFilter function. There was also some
changes to bb.event.check_for_interrupts() which changed in an
incompatible way.
(From OE-Core rev: 9840877cb7dc9c57c65a2b2740121a8c56b9985b)
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 474816797a..7182854274 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.15.1" | 6 | BB_MIN_VERSION = "2.15.2" |
| 7 | 7 | ||
| 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
| 9 | 9 | ||
