浏览代码

conf/sanity: Increase bitbake minimum version requirement

We now need the new bitbake setVarFilter function. There was also some
changes to bb.event.check_for_interrupts() which changed in an
incompatible way.

(From OE-Core rev: 9840877cb7dc9c57c65a2b2740121a8c56b9985b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 2 月之前
父节点
当前提交
1dec53b350
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta/conf/sanity.conf

+ 1 - 1
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 = "2.15.1"
+BB_MIN_VERSION = "2.15.2"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"