diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-22 22:02:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-22 22:06:11 +0000 |
commit | ea2c8defd570bc2c4d29c6b0bd9fd84865d4e144 (patch) | |
tree | 54056666814cf58d1c4abe673845937489d0ad79 /meta-yocto | |
parent | 3a2338607bdd84db5f164801b6c0016226559569 (diff) | |
download | poky-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.conf | 7 |
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 | # | ||
7 | OELAYOUT_ABI = "8" | ||