summaryrefslogtreecommitdiffstats
path: root/meta/conf/sanity.conf
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-07 16:10:48 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-07 16:16:35 +0100
commitc4a0b5463d1fe7cbc605ae95e00d53cbc14903c2 (patch)
treebeb233cae01ee5e7a15f8fe7c4d3ef5c9b33f183 /meta/conf/sanity.conf
parentcab1009b08012cc292d9740cf6e3b0f09a29d74f (diff)
downloadpoky-c4a0b5463d1fe7cbc605ae95e00d53cbc14903c2.tar.gz
sanity.bbclass: version each of the files in the build/conf/ directory
We already have versioning of the local.conf file but it's entirely plausible for the bblayers.conf and site.conf to change incompatibly so we should version those too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r--meta/conf/sanity.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index c9d77794cf..abe5eee01e 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -7,7 +7,9 @@ BB_MIN_VERSION = "1.8.10"
7 7
8SANITY_ABIFILE = "${TMPDIR}/abi_version" 8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9 9
10POKY_CONF_VERSION = "1" 10POKY_CONF_VERSION = "1"
11LAYER_CONF_VERSION = "1"
12SITE_CONF_VERSION = "1"
11 13
12INHERIT += "sanity" 14INHERIT += "sanity"
13 15