diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-04-29 13:34:05 +0100 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-04-30 16:25:41 +0100 |
| commit | fbe3d41eb0c75500d8f16bfd2975cd3136ef1335 (patch) | |
| tree | c41c015c7b439928b96a5025173e71c84ff46c6f /meta/conf | |
| parent | 69d788ad5eecf5cb0e28f8283364cce9753a8a58 (diff) | |
| download | poky-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 'meta/conf')
| -rw-r--r-- | meta/conf/sanity.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 7cc348ec94..c9d77794cf 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
| @@ -7,5 +7,7 @@ BB_MIN_VERSION = "1.8.10" | |||
| 7 | 7 | ||
| 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
| 9 | 9 | ||
| 10 | POKY_CONF_VERSION = "1" | ||
| 11 | |||
| 10 | INHERIT += "sanity" | 12 | INHERIT += "sanity" |
| 11 | 13 | ||
