]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: Give sanity check function an opt-out variable
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Tue, 28 Feb 2017 01:02:43 +0000 (17:02 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:34 +0000 (10:42 +0000)
commit1b6a3c17874ead7ee0957e67329aa3bd019fa129
tree3ab9c123f537ea12b3f36a9f6bc4eb3fd4481e5f
parent7df031e1ffe409573753585ba2f1a82ff707ad7e
kernel.bbclass: Give sanity check function an opt-out variable

Having no opt-out method and adding the task to linux-yocto.inc was
causing issues. For example, linux-yocto-dev would often fail because
it uses AUTOREV with no way to dynamically change the PV.

Add a variable to turn off the sanity check, allowing an easy opt out,
and set the opt-out variable in linux-yocto-dev, fixing the issue with
AUTOREV.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel.bbclass
meta/recipes-kernel/linux/linux-yocto-dev.bb