summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-22 22:02:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-22 22:06:11 +0000
commitea2c8defd570bc2c4d29c6b0bd9fd84865d4e144 (patch)
tree54056666814cf58d1c4abe673845937489d0ad79 /meta-yocto
parent3a2338607bdd84db5f164801b6c0016226559569 (diff)
downloadpoky-ea2c8defd570bc2c4d29c6b0bd9fd84865d4e144.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/abi_version.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-yocto/conf/abi_version.conf b/meta-yocto/conf/abi_version.conf
new file mode 100644
index 0000000000..83b668a2a2
--- /dev/null
+++ b/meta-yocto/conf/abi_version.conf
@@ -0,0 +1,7 @@
1#
2# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
3# an incompatible way. Such changes should usually be detailed in the commit
4# that breaks the format and have been previously discussed on the mailing list
5# with general agreement from the core team.
6#
7OELAYOUT_ABI = "8"