summaryrefslogtreecommitdiffstats
path: root/meta/conf/sanity.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-07 09:46:02 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-07 09:46:02 +0000
commit63d12962f2b0a452e1b18dcbd9bc96cec946e9dd (patch)
tree7654150424b06ff215019d884058b8f9a9f25c72 /meta/conf/sanity.conf
parentf7cabaae530047668228c284a9261a55afc6567b (diff)
downloadpoky-63d12962f2b0a452e1b18dcbd9bc96cec946e9dd.tar.gz
sanity.conf: Sync with OE, introduce ABI versioning for TMPDIR, bump minimum bitbake version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4449 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r--meta/conf/sanity.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index fe1e2282e4..35d9d32de1 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -3,6 +3,16 @@
3# See sanity.bbclass 3# See sanity.bbclass
4# 4#
5# Expert users can confirm their sanity with "touch conf/sanity.conf" 5# Expert users can confirm their sanity with "touch conf/sanity.conf"
6BB_MIN_VERSION = "1.8.8" 6BB_MIN_VERSION = "1.8.10"
7
8#
9# SANITY_ABI allows us to notify users when the format of TMPDIR changes in
10# an incompatible way. Such changes should usually be detailed in the commit
11# that breaks the format and have been previously discussed on the mailing list
12# with general agreement from the core team.
13#
14SANITY_ABI = "1"
15SANITY_ABIFILE = "${TMPDIR}/abi_version"
16
7INHERIT += "sanity" 17INHERIT += "sanity"
8 18