conf/abi_version.conf: Add lost from previous commit
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 27 Oct 2008 19:41:10 +0000 (19:41 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 27 Oct 2008 19:41:10 +0000 (19:41 +0000)
conf/abi_version.conf [new file with mode: 0644]

diff --git a/conf/abi_version.conf b/conf/abi_version.conf
new file mode 100644 (file)
index 0000000..7939d65
--- /dev/null
@@ -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 ?= ""