aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-02-25 23:27:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2011-03-23 20:15:25 +0100
commit3e7790be2b18e0a65cc5415b468b1fda7c9c58ab (patch)
tree36b58c5e558566ff10a9a66adbbe1fd8ebfacee5 /conf/sanity.conf
parentb3aa538b81325862e37155a3d5e2186185a0e6ca (diff)
downloadopenembedded-3e7790be2b18e0a65cc5415b468b1fda7c9c58ab.tar.gz
sanity.bbclass: add check for changed bb_persist_data.sqlite3 location
* 4f883343de0427769de3df96ed8adaa589279112 could move bb_persist_data.sqlite3 from default CACHE tmp/cache/machine/ to global tmp/cache/ * because I have 1st report of wrong SRCPV behavior, add sanity check from http://patches.openembedded.org/patch/823/ even without moving it outside TMPDIR, in case of CACHE != PERSISTENT_DIR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/sanity.conf')
-rw-r--r--conf/sanity.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/sanity.conf b/conf/sanity.conf
index e9902f6b13..c1ac332552 100644
--- a/conf/sanity.conf
+++ b/conf/sanity.conf
@@ -7,5 +7,6 @@ BB_MIN_VERSION = "1.10.2"
SANITY_ABIFILE = "${TMPDIR}/abi_version"
SANITY_PRFILE = "${TMPDIR}/distro_pr"
+SANITY_PERSIST_DATA_FILE = "bb_persist_data.sqlite3"
INHERIT += "sanity"