]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
sanity.bbclass: allow minimisation of impact of more invasive sanity checks
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 16 Dec 2010 16:25:13 +0000 (16:25 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 20 Dec 2010 14:54:02 +0000 (14:54 +0000)
commit1993ca1f8790ff5bddc347ff22c78fd1c618739a
treefbe75d51a3e582e57069f305ff8518adab4d1aa2
parent2ec7757a48f298232bf9918a55b46503d5d21025
sanity.bbclass: allow minimisation of impact of more invasive sanity checks

Add a mechanism to avoid running more invasive checks every time bitbake is
invoked. Adds a file in conf/ (i.e. under user's build directory) that
tracks a new variable SANITY_VERSION (set in sanity.conf) as well as TMPDIR
and SSTATE_DIR, allowing checks to be run when these are changed.

Fixes [BUGID #562]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/sanity.bbclass
meta/conf/sanity.conf