summaryrefslogtreecommitdiffstats
path: root/build/conf/local.conf.sample
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-04-29 13:34:05 +0100
committerJoshua Lock <josh@linux.intel.com>2010-04-30 16:25:41 +0100
commitfbe3d41eb0c75500d8f16bfd2975cd3136ef1335 (patch)
treec41c015c7b439928b96a5025173e71c84ff46c6f /build/conf/local.conf.sample
parent69d788ad5eecf5cb0e28f8283364cce9753a8a58 (diff)
downloadopenembedded-core-fbe3d41eb0c75500d8f16bfd2975cd3136ef1335.tar.gz
Version the build configuration directory
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>
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r--build/conf/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 959a3b9a3e..6285821d52 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -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