summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-08 14:57:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-08 14:57:51 +0100
commit93a6e5d32ceebc1da5f8a1c3216de1564e9bbc0e (patch)
tree545b4c65a48f945e0dac6700ef3abee25a6635a4
parentf4885e97a6b631e0b9b4ec9f17443cb92794866e (diff)
downloadpoky-93a6e5d32ceebc1da5f8a1c3216de1564e9bbc0e.tar.gz
sanity.conf: Require bitbake 2.9.1
We need a recent siggen change in bitbake to allow SPDX to work better. (From OE-Core rev: 3d501e4b496be86b0089167af2f49cb750fc7ea2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/sanity.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index d2f56a3fb0..02775970ae 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"
6BB_MIN_VERSION = "2.7.3" 6BB_MIN_VERSION = "2.9.1"
7 7
8SANITY_ABIFILE = "${TMPDIR}/abi_version" 8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9 9