diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 10:07:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 10:07:24 +0100 |
commit | 6c24a6446a2e5310088bd13c0deaa2d2ac3484c9 (patch) | |
tree | a2801e8be7d5c6f8b65276d87dfa6686c2e57dd1 /meta | |
parent | 189371f8393971d00bca0fceffd67cc07784f6ee (diff) | |
download | poky-6c24a6446a2e5310088bd13c0deaa2d2ac3484c9.tar.gz |
sanity: Require bitbake 1.31.1 for multi-config changes
(From OE-Core rev: ecc8d346223030ee06aa6d83427f757982e948e4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 7021bf929e..e07b09da74 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.29.1" | 6 | BB_MIN_VERSION = "1.31.1" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||