diff options
author | Ross Burton <ross.burton@arm.com> | 2024-01-26 16:19:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-26 16:25:39 +0000 |
commit | f81d74f9700531f80fc456e0793774ae066a4e61 (patch) | |
tree | 29d23fc61ef12a47e99bb44be186d804c92d4b97 /meta/conf | |
parent | ff0bc2a284c9c32e8a7149a182a4860cd55d2b8f (diff) | |
download | poky-f81d74f9700531f80fc456e0793774ae066a4e61.tar.gz |
sanity: require bitbake 2.7.2 for the inherit_defer statement
(From OE-Core rev: 3f6840823656c5d36c1d7a467509ca13a79453a8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
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 435455d9fb..c3e6c5179c 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.7.1" | 6 | BB_MIN_VERSION = "2.7.2" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||