From: Richard Purdie Date: Wed, 22 Feb 2012 22:02:39 +0000 (+0000) Subject: meta-yocto: Add abi_version setting version 8, to match the OEBasicHash change and... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ff9e0cc34c3a299f109a05b8dbc3daa6ea8da0a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta-yocto/conf/abi_version.conf b/meta-yocto/conf/abi_version.conf new file mode 100644 index 00000000000..83b668a2a2e --- /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"