]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Version the build configuration directory
authorJoshua Lock <josh@linux.intel.com>
Thu, 29 Apr 2010 12:34:05 +0000 (13:34 +0100)
committerJoshua Lock <josh@linux.intel.com>
Fri, 30 Apr 2010 15:25:41 +0000 (16:25 +0100)
The addition of BBLAYERS changes the build/conf directory to be incompatible
with the "old way" in the Purple release.

As such things are likely to occur in future we should bersion the build/conf
directory through local.conf

Signed-off-by: Joshua Lock <josh@linux.intel.com>
build/conf/local.conf.sample

index 959a3b9a3e857b4f9cdbbba44bea707e9b452b62..6285821d520b53c4cf2d3702fa526a827f7b7659 100644 (file)
@@ -1,3 +1,6 @@
+# CONF_VERSION is increased each time build/conf/ changes incompatibly
+CONF_VERSION = "1"
+
 # Where to cache the files Poky downloads
 DL_DIR ?= "${OEROOT}/sources"
 # Where to cache Poky's built staging output