summaryrefslogtreecommitdiffstats
path: root/meta/conf/abi_version.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-22 15:04:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-25 14:57:15 +0100
commiteaf54b8dbf9371965b4ccf18609edeb8eee16144 (patch)
treef8de04b97eac17919b8e8a574ae07203ebebb2a3 /meta/conf/abi_version.conf
parent8b92304d8851b462610b0073f7c9cbed61eae2c4 (diff)
downloadpoky-eaf54b8dbf9371965b4ccf18609edeb8eee16144.tar.gz
bitbake.conf/abi_version.conf: Update to use BasicHash signature generator
This switches to use the hash based signature generatior and update layout_abi to match stamp file layout changes. Angstrom and Poky did this a while ago. This brings the OE-Core defaults into line with what is the best common practise at this point. Its been discussed on the mailing lists and by the TSC at length, this just completes the transition. (From OE-Core rev: 4199efed48005a62267fa3374c33b13627d85f44) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/abi_version.conf')
-rw-r--r--meta/conf/abi_version.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index f2919e5b60..83b668a2a2 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -4,4 +4,4 @@
4# that breaks the format and have been previously discussed on the mailing list 4# that breaks the format and have been previously discussed on the mailing list
5# with general agreement from the core team. 5# with general agreement from the core team.
6# 6#
7OELAYOUT_ABI = "7" 7OELAYOUT_ABI = "8"