From ea2c8defd570bc2c4d29c6b0bd9fd84865d4e144 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 22 Feb 2012 22:02:39 +0000 Subject: meta-yocto: Add abi_version setting version 8, to match the OEBasicHash change and trigger warnings for existing build directories Signed-off-by: Richard Purdie --- meta-yocto/conf/abi_version.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-yocto/conf/abi_version.conf (limited to 'meta-yocto') diff --git a/meta-yocto/conf/abi_version.conf b/meta-yocto/conf/abi_version.conf new file mode 100644 index 0000000000..83b668a2a2 --- /dev/null +++ b/meta-yocto/conf/abi_version.conf @@ -0,0 +1,7 @@ +# +# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in +# an incompatible way. Such changes should usually be detailed in the commit +# that breaks the format and have been previously discussed on the mailing list +# with general agreement from the core team. +# +OELAYOUT_ABI = "8" -- cgit v1.2.3-54-g00ecf