From c4a0b5463d1fe7cbc605ae95e00d53cbc14903c2 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 7 Jun 2010 16:10:48 +0100 Subject: 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 --- meta/conf/sanity.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/conf/sanity.conf') 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" SANITY_ABIFILE = "${TMPDIR}/abi_version" -POKY_CONF_VERSION = "1" +POKY_CONF_VERSION = "1" +LAYER_CONF_VERSION = "1" +SITE_CONF_VERSION = "1" INHERIT += "sanity" -- cgit v1.2.3-54-g00ecf