diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-27 19:41:10 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-27 19:41:10 +0000 |
commit | 51955f706a0f92149e32f69ce67ab65f5f4f03ed (patch) | |
tree | 019bad5527fbe8ba7f5234caf10eab2e7e8d0a21 /conf | |
parent | 8da0dc34515d9a5ccc36cd5d74d4414a3296e5a5 (diff) |
conf/abi_version.conf: Add lost from previous commit
Diffstat (limited to 'conf')
-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 ?= "" |