From fbe3d41eb0c75500d8f16bfd2975cd3136ef1335 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 29 Apr 2010 13:34:05 +0100 Subject: 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 --- meta/conf/sanity.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/sanity.conf') 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" SANITY_ABIFILE = "${TMPDIR}/abi_version" +POKY_CONF_VERSION = "1" + INHERIT += "sanity" -- cgit v1.2.3-54-g00ecf