diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-07 16:10:48 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-07 16:16:35 +0100 |
commit | c4a0b5463d1fe7cbc605ae95e00d53cbc14903c2 (patch) | |
tree | beb233cae01ee5e7a15f8fe7c4d3ef5c9b33f183 /build | |
parent | cab1009b08012cc292d9740cf6e3b0f09a29d74f (diff) | |
download | poky-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 'build')
-rw-r--r-- | build/conf/bblayers.conf.sample | 4 | ||||
-rw-r--r-- | build/conf/site.conf.sample | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/build/conf/bblayers.conf.sample b/build/conf/bblayers.conf.sample index 3ea6eda66a..dff44e49c4 100644 --- a/build/conf/bblayers.conf.sample +++ b/build/conf/bblayers.conf.sample | |||
@@ -1,3 +1,7 @@ | |||
1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
2 | # changes incompatibly | ||
3 | LCONF_VERSION = "1" | ||
4 | |||
1 | BBFILES ?= "" | 5 | BBFILES ?= "" |
2 | BBLAYERS = " \ | 6 | BBLAYERS = " \ |
3 | ${OEROOT}/meta \ | 7 | ${OEROOT}/meta \ |
diff --git a/build/conf/site.conf.sample b/build/conf/site.conf.sample index 0ed70c6d79..060dca087c 100644 --- a/build/conf/site.conf.sample +++ b/build/conf/site.conf.sample | |||
@@ -2,6 +2,9 @@ | |||
2 | # local.conf covers user settings, site.conf covers site specific information | 2 | # local.conf covers user settings, site.conf covers site specific information |
3 | # such as proxy server addresses and optionally any shared download location | 3 | # such as proxy server addresses and optionally any shared download location |
4 | # | 4 | # |
5 | # SITE_CONF_VERSION is increased each time build/conf/site.conf | ||
6 | # changes incompatibly | ||
7 | SCONF_VERSION = "1" | ||
5 | 8 | ||
6 | # Uncomment to cause CVS to use the proxy host specified | 9 | # Uncomment to cause CVS to use the proxy host specified |
7 | #CVS_PROXY_HOST = "proxy.example.com" | 10 | #CVS_PROXY_HOST = "proxy.example.com" |