diff options
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r-- | meta/conf/sanity.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index e5fe74894d..7cc348ec94 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
@@ -5,13 +5,6 @@ | |||
5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" | 5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" |
6 | BB_MIN_VERSION = "1.8.10" | 6 | BB_MIN_VERSION = "1.8.10" |
7 | 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 | # | ||
14 | SANITY_ABI = "2" | ||
15 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
16 | 9 | ||
17 | INHERIT += "sanity" | 10 | INHERIT += "sanity" |