aboutsummaryrefslogtreecommitdiffstats
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:51:00 +0100
commit4199efed48005a62267fa3374c33b13627d85f44 (patch)
tree70b1e1b7753f4ae0cea24f00864864e3ded8d1f9 /meta/conf/abi_version.conf
parent3d379929d119ee59b233116c5392441c625355f2 (diff)
downloadopenembedded-core-4199efed48005a62267fa3374c33b13627d85f44.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. 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 @@
# that breaks the format and have been previously discussed on the mailing list
# with general agreement from the core team.
#
-OELAYOUT_ABI = "7"
+OELAYOUT_ABI = "8"