]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Allow switching between linux and non-linux SDK builds within the same tmpdir
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Aug 2014 08:46:27 +0000 (09:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Aug 2014 11:39:44 +0000 (12:39 +0100)
commit7a0e1233ba196797f5f9bf862685dfae5511e751
treefc0e4ab4c03c1665534a750564778ea0873b7432
parent1ad6d714b1cc19ef92e74f7e559c8570ceae4685
sstate: Allow switching between linux and non-linux SDK builds within the same tmpdir

Currently if you try and switch between linux/darwin/mingw SDK builds in the
same TMPDIR, things break. This is due to sstate not reflecting the SDK_OS in
the manifest names.

Since they are different, reflect this in the manifest naming and allow
this to work.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass
meta/classes/sstate.bbclass