diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2010-12-16 16:25:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-20 14:54:02 +0000 |
commit | 1993ca1f8790ff5bddc347ff22c78fd1c618739a (patch) | |
tree | fbe75d51a3e582e57069f305ff8518adab4d1aa2 /meta/conf | |
parent | 2ec7757a48f298232bf9918a55b46503d5d21025 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/sanity.conf | 1 |
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 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||
10 | SANITY_VERSION = "1" | ||
10 | POKY_CONF_VERSION = "1" | 11 | POKY_CONF_VERSION = "1" |
11 | LAYER_CONF_VERSION = "3" | 12 | LAYER_CONF_VERSION = "3" |
12 | SITE_CONF_VERSION = "1" | 13 | SITE_CONF_VERSION = "1" |