From: Richard Purdie Date: Mon, 27 Oct 2008 19:41:10 +0000 (+0000) Subject: conf/abi_version.conf: Add lost from previous commit X-Git-Tag: Release-2010-05/1~5587 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51955f706a0f92149e32f69ce67ab65f5f4f03ed;p=openembedded.git conf/abi_version.conf: Add lost from previous commit --- diff --git a/conf/abi_version.conf b/conf/abi_version.conf new file mode 100644 index 0000000000..7939d65ad1 --- /dev/null +++ b/conf/abi_version.conf @@ -0,0 +1,15 @@ +# +# 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 = "2" + +# +# DISTRO_PR allows us to regenerate all packages when a fundamental change is +# made which requires such a global change. This is appended to the recipe +# specific PR values when set. A default value is given here but a distro can +# override this value. +# +DISTRO_PR ?= ""