From 63d12962f2b0a452e1b18dcbd9bc96cec946e9dd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 May 2008 09:46:02 +0000 Subject: 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 --- meta/conf/sanity.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'meta/conf/sanity.conf') 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 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.8.8" +BB_MIN_VERSION = "1.8.10" + +# +# SANITY_ABI allows us to notify users when the format of TMPDIR changes in +# an incompatible way. Such changes should usually be detailed in the commit +# that breaks the format and have been previously discussed on the mailing list +# with general agreement from the core team. +# +SANITY_ABI = "1" +SANITY_ABIFILE = "${TMPDIR}/abi_version" + INHERIT += "sanity" -- cgit v1.2.3-54-g00ecf