summaryrefslogtreecommitdiffstats
path: root/meta/conf/sanity.conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2010-12-16 16:25:13 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-20 14:54:02 +0000
commit1993ca1f8790ff5bddc347ff22c78fd1c618739a (patch)
treefbe75d51a3e582e57069f305ff8518adab4d1aa2 /meta/conf/sanity.conf
parent2ec7757a48f298232bf9918a55b46503d5d21025 (diff)
downloadpoky-1993ca1f8790ff5bddc347ff22c78fd1c618739a.tar.gz
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>
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r--meta/conf/sanity.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index eab7619022..1fbeb61aad 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -7,6 +7,7 @@ BB_MIN_VERSION = "1.8.10"
7 7
8SANITY_ABIFILE = "${TMPDIR}/abi_version" 8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9 9
10SANITY_VERSION = "1"
10POKY_CONF_VERSION = "1" 11POKY_CONF_VERSION = "1"
11LAYER_CONF_VERSION = "3" 12LAYER_CONF_VERSION = "3"
12SITE_CONF_VERSION = "1" 13SITE_CONF_VERSION = "1"