diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-25 12:22:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-25 12:32:50 +0000 |
commit | 222796ed932d6047b736fa0b8a24dac45c7cc7f7 (patch) | |
tree | 1367d6c46b5fbd92367dbba03ff51f89adec95d5 /meta/conf/abi_version.conf | |
parent | 029f8584d547c0792ffbe2f83451dcdfe2a3db7f (diff) | |
download | openembedded-core-222796ed932d6047b736fa0b8a24dac45c7cc7f7.tar.gz openembedded-core-222796ed932d6047b736fa0b8a24dac45c7cc7f7.tar.bz2 openembedded-core-222796ed932d6047b736fa0b8a24dac45c7cc7f7.zip |
sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap process changes and the recent pseudo bug, bump the tmpdir layout version number and the sstate version numbers
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 3920766a47..f2919e5b60 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 = "6" +OELAYOUT_ABI = "7" |