From 1993ca1f8790ff5bddc347ff22c78fd1c618739a Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 16 Dec 2010 16:25:13 +0000 Subject: 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 --- meta/conf/sanity.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/sanity.conf') 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" SANITY_ABIFILE = "${TMPDIR}/abi_version" +SANITY_VERSION = "1" POKY_CONF_VERSION = "1" LAYER_CONF_VERSION = "3" SITE_CONF_VERSION = "1" -- cgit 1.2.3-korg