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:18 +0100 |
commit | b63fcffe8b6a3f94d4812cd03fb974e173eff3e5 (patch) | |
tree | fcc6f335508480362e0dd57c044123896126a674 | |
parent | c4c2fb3732dbb290b7f0ca43af2e8662f99e4582 (diff) | |
download | openembedded-core-b63fcffe8b6a3f94d4812cd03fb974e173eff3e5.tar.gz openembedded-core-b63fcffe8b6a3f94d4812cd03fb974e173eff3e5.tar.bz2 openembedded-core-b63fcffe8b6a3f94d4812cd03fb974e173eff3e5.zip |
conf/sanity: Update minimum bitbake verison to 1.35.0 for server rework
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.33.4" +BB_MIN_VERSION = "1.35.0" SANITY_ABIFILE = "${TMPDIR}/abi_version" |