diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-22 15:04:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-25 14:51:00 +0100 |
commit | 4199efed48005a62267fa3374c33b13627d85f44 (patch) | |
tree | 70b1e1b7753f4ae0cea24f00864864e3ded8d1f9 /meta/conf/abi_version.conf | |
parent | 3d379929d119ee59b233116c5392441c625355f2 (diff) | |
download | openembedded-core-4199efed48005a62267fa3374c33b13627d85f44.tar.gz openembedded-core-4199efed48005a62267fa3374c33b13627d85f44.tar.bz2 openembedded-core-4199efed48005a62267fa3374c33b13627d85f44.zip |
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.conf | 2 |
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" |