diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 08:44:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 08:44:24 +0100 |
commit | 0a9e0f03f5f4e22775cd25a65afd07fbb0409ce1 (patch) | |
tree | 27abad4e3dfca8f0f2e52985713dd053864e9a7a /meta/conf | |
parent | 002a99c6b99116be461802360124a9fd6fef6379 (diff) | |
download | poky-0a9e0f03f5f4e22775cd25a65afd07fbb0409ce1.tar.gz |
conf/sanity: Update minimum bitbake verison to 1.35.0 for server rework
(From OE-Core rev: b63fcffe8b6a3f94d4812cd03fb974e173eff3e5)
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 46bdbeb833..390d3427a2 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 = "1.33.4" | 6 | BB_MIN_VERSION = "1.35.0" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||