diff options
-rw-r--r-- | conf/abi_version.conf | 15 |
1 files changed, 15 insertions, 0 deletions
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 ?= "" |